Conversions.ToDate 메서드

정의

지정된 개체를 값으로 DateTime 변환합니다.

오버로드

Name Description
ToDate(Object)

개체를 값으로 DateTime 변환합니다.

ToDate(String)

문자열을 값으로 DateTime 변환합니다.

ToDate(Object)

개체를 값으로 DateTime 변환합니다.

public:
 static DateTime ToDate(System::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)

문자열을 값으로 DateTime 변환합니다.

public:
 static DateTime ToDate(System::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 문자열의 값입니다.

적용 대상