Calendar.CurrentEra 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表當前曆法的時代。 此欄位的值為 0。
public: int CurrentEra = 0;
public const int CurrentEra = 0;
val mutable CurrentEra : int
Public Const CurrentEra As Integer = 0
欄位值
Value = 0備註
欄位 CurrentEra 代表陣列中 Eras 當前時代的索引。 由於時代是逆時間順序排列(從當前時代到更早的時代),此欄位為常數值為 0。