ChineseLunisolarCalendar.GetEra(DateTime) Méthode

Définition

Récupère l’ère qui correspond au type DateTime spécifié.

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

Paramètres

time
DateTime

Type DateTime à lire.

Retours

Entier qui représente l’ère du paramètre time.

Attributs

Exceptions

time est inférieur à MinSupportedDateTime ou supérieur à MaxSupportedDateTime.

S’applique à