共用方式為


Conversions.ToDate 方法

定義

將指定的物件轉換成 DateTime 值。

多載

ToDate(Object)

將物件轉換成 DateTime 值。

ToDate(String)

將字串轉換成 DateTime 值。

ToDate(Object)

來源:
Conversions.vb
來源:
Conversions.vb
來源:
Conversions.vb

將物件轉換成 DateTime 值。

public:
 static DateTime ToDate(System::Object ^ Value);
public static DateTime ToDate (object Value);
public static DateTime ToDate (object? Value);
static member ToDate : obj -> DateTime
Public Shared Function ToDate (Value As Object) As DateTime

參數

Value
Object

要轉換的物件。

傳回

物件的 DateTime 值。

適用於

ToDate(String)

來源:
Conversions.vb
來源:
Conversions.vb
來源:
Conversions.vb

將字串轉換成 DateTime 值。

public:
 static DateTime ToDate(System::String ^ Value);
public static DateTime ToDate (string Value);
public static DateTime ToDate (string? Value);
static member ToDate : string -> DateTime
Public Shared Function ToDate (Value As String) As DateTime

參數

Value
String

要轉換的字串。

傳回

字串的 DateTime 值。

適用於