SqlDateTime.Parse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將日期與時間之指定的 String 表示轉換成它的 SqlDateTime 對等用法。
public:
static System::Data::SqlTypes::SqlDateTime Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDateTime Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlDateTime
Public Shared Function Parse (s As String) As SqlDateTime
參數
- s
- String
要剖析的 string
。
傳回
SqlDateTime 結構,等於指定的 string
表示的日期與時間。