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.
VisualInterval.StartTime <= DateTime and DateTime > VisualInterval.EndTime
Note that the bottom boundary of the interval is exclusive, that is DateTime = VisualInterval.EndTime is considered as not belonging to the interval.