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 구문 분석할 요소입니다.

반품

SqlDateTime 지정된 string날짜와 시간이 나타내는 구조체입니다.

적용 대상

추가 정보