Calendar.LastYearInThisEra 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property int LastYearInThisEra { int get(); };
int LastYearInThisEra();
public int LastYearInThisEra { get; }
var int32 = calendar.lastYearInThisEra;
Public ReadOnly Property LastYearInThisEra As Integer
屬性值
Int32
int
備註
注意
此 API 正在更新,以支援 2019 年 5 月日本紀元變更。 如果您的應用程式支援日曆,您應該驗證它是否正確地處理新紀元。 如需詳細資訊 ,請參閱為日文紀元變更準備您的應用程式 。