BaseCompareValidator.GetDateElementOrder 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷月、日和年在目前文化特性的日期值中出現的順序。
protected:
static System::String ^ GetDateElementOrder();
protected static string GetDateElementOrder ();
static member GetDateElementOrder : unit -> string
Protected Shared Function GetDateElementOrder () As String
傳回
字串,表示月、日和年在目前文化特性的日期值中出現的順序。
備註
根據目前的文化特性設定,日期值的月份、日和年份可以以不同的順序顯示。 方法是 GetDateElementOrder 用來判斷這些值出現的順序。 下表顯示這個方法所傳回的不同值。
日期元素順序 | 傳回值 |
---|---|
Day、Month、Year | 「dmy」 |
月、日、年 | 「mdy」 |
年、月、日 | 「ymd」 |