'宣言 Public Function GetNextDate( _ ByVal item As System.Date _ ) As System.Date
public System.DateTime GetNextDate( System.DateTime item )
パラメータ
- item
- An item to search for.
戻り値の型
The first item that is greater than specified one; or DateTime.MaxValue if such item is not found.