C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > VisualInterval Class : ContainsTime Method |
'Declaration Public Function ContainsTime( _ ByVal time As System.Date _ ) As System.Boolean
public System.bool ContainsTime( System.DateTime time )
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.