SqlDateTime.Parse(String) 메서드

정의

날짜와 시간의 지정된 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입니다.

반환

지정된 string이 나타내는 것과 날짜 및 시간이 같은 SqlDateTime 구조체입니다.

적용 대상

추가 정보