Parameters
- time
- A checked DateTime.
Return Value
This method returns true if the specified DateTime belongs to the time range represented by the VisualInterval; otherwise, false.
StartTime <= DateTime and DateTime > EndTime
Note that the bottom boundary of the interval is exclusive, that is DateTime = EndTime is considered as not belonging to the interval.