C1.WPF.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2