'宣言 Public Function ContainsTime( _ ByVal time As System.Date _ ) As System.Boolean
public System.bool ContainsTime( System.DateTime time )
パラメータ
- time
- A checked DateTime.
戻り値の型
This method returns true if the specified DateTime belongs to the time range represented by the VisualInterval; otherwise, false.