バージョン

Parse メソッド

文字列値を DateTimeIncrement オブジェクトに解析します。
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal value As String _
) As DateTimeIncrement
public static DateTimeIncrement Parse( 
   string value
)

パラメータ

value
入力文字列

戻り値の型

解析された DateTimeIncrement。Null が渡される場合 null を返します。string.empty が渡される場合、空の DateTimeIncrement オブジェクトを返します。
参照