'宣言 Public Overloads ReadOnly Property Item( _ ByVal time As System.Date _ ) As VisualInterval
public VisualInterval Item( System.DateTime time ) {get;}
パラメータ
- time
- DateTime for which a VisualInterval to find.
'宣言 Public Overloads ReadOnly Property Item( _ ByVal time As System.Date _ ) As VisualInterval
public VisualInterval Item( System.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.