다음을 통해 공유


BaseCompareValidator.GetDateElementOrder 메서드

정의

현재 문화권의 날짜 값에 월, 일 및 연도가 표시되는 순서를 확인합니다.

protected:
 static System::String ^ GetDateElementOrder();
protected static string GetDateElementOrder ();
static member GetDateElementOrder : unit -> string
Protected Shared Function GetDateElementOrder () As String

반환

String

현재 문화권의 날짜 값에 월, 일 및 연도가 표시되는 순서를 나타내는 문자열입니다.

설명

날짜 값의 월, 일 및 연도는 현재 문화권 설정에 따라 다른 순서로 표시할 수 있습니다. 이 GetDateElementOrder 메서드는 이러한 값이 표시되는 순서를 결정하는 데 사용됩니다. 다음 표에서는 이 메서드에서 반환되는 다양한 값을 보여 있습니다.

날짜 요소 순서 반환 값
일, 월, 연도 "dmy"
월, 일, 연도 "mdy"
Year, Month, Day "ymd"

적용 대상

추가 정보