BaseCompareValidator.GetDateElementOrder 方法

定义

确定当前区域性日期值中年、月和日的顺序。

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

返回

String

一个字符串,表示当前区域性日期值中年、月和日的显示顺序。

注解

日期值的月份、日和年可以按不同的顺序显示,具体取决于当前的区域性设置。 该方法 GetDateElementOrder 用于确定这些值显示的顺序。 下表显示了此方法返回的不同值。

Date 元素顺序 返回值
Day、Month、Year “dmy”
月、日、年 “mdy”
年、月、日 “ymd”

适用于

另请参阅