KoreanLunisolarCalendar.GetEra(DateTime) メソッド

定義

指定した DateTime に対応する時代 (年号) を取得します。

public:
 override int GetEra(DateTime time);
public override int GetEra (DateTime time);
override this.GetEra : DateTime -> int
Public Overrides Function GetEra (time As DateTime) As Integer

パラメーター

time
DateTime

読み取る対象の DateTime

戻り値

time パラメーターに指定された時代 (年号) を表す整数。 KoreanLunisolarCalendar オブジェクトの戻り値は常に GregorianEra 値です。

例外

timeMinSupportedDateTime 未満の日付と時刻か、MaxSupportedDateTime より大きい日付と時刻を表しています。

適用対象