バージョン

Parse(String) メソッド

日付と時刻の指定した文字列表示を SmartDate の等価値に変換します。
シンタックス
'宣言
 
Public Overloads Shared Function Parse( _
   ByVal s As String _
) As SmartDate
public static SmartDate Parse( 
   string s
)

パラメータ

s
変換先の日付と時刻の文字列表示。

戻り値の型

sで記述された日付と時刻に相当する SmartDate
参照