ChineseLunisolarCalendar.GetEra(DateTime) Метод

Определение

Возвращает эру, соответствующую указанному типу DateTime.

public:
 override int GetEra(DateTime time);
public override int GetEra (DateTime time);
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetEra (DateTime time);
override this.GetEra : DateTime -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetEra : DateTime -> int
Public Overrides Function GetEra (time As DateTime) As Integer

Параметры

time
DateTime

Тип DateTime для чтения.

Возвращаемое значение

Целое число, представляющее эру в заданном параметре time.

Атрибуты

Исключения

Значение time меньше MinSupportedDateTime или больше MaxSupportedDateTime.

Применяется к