共用方式為


BaseCompareValidator.GetDateElementOrder 方法

定義

判斷月、日和年在目前文化特性的日期值中出現的順序。

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

傳回

String

字串,表示月、日和年在目前文化特性的日期值中出現的順序。

備註

根據目前的文化特性設定,日期值的月份、日和年份可以以不同的順序顯示。 方法是 GetDateElementOrder 用來判斷這些值出現的順序。 下表顯示這個方法所傳回的不同值。

日期元素順序 傳回值
Day、Month、Year 「dmy」
月、日、年 「mdy」
年、月、日 「ymd」

適用於

另請參閱