'Declaration
Public Overloads ReadOnly Property Item( _ ByVal time As Date _ ) As VisualInterval
public VisualInterval Item( DateTime time ) {get;}
Parameters
- time
- DateTime for which a VisualInterval to find.
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal time As Date _ ) As VisualInterval
public VisualInterval Item( DateTime time ) {get;}
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.