EastAsianLunisolarCalendar.IsLeapMonth(Int32, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le mois spécifié de l'année et de l'ère spécifiées est un mois intercalaire.
public:
override bool IsLeapMonth(int year, int month, int era);
public override bool IsLeapMonth (int year, int month, int era);
override this.IsLeapMonth : int * int * int -> bool
Public Overrides Function IsLeapMonth (year As Integer, month As Integer, era As Integer) As Boolean
Paramètres
- year
- Int32
Entier qui représente l’année.
- month
- Int32
Entier de 1 à 13 qui représente le mois.
- era
- Int32
Entier qui représente l’ère.
Retours
true
si le paramètre month
est un mois d'une année bissextile ; sinon false
.
Exceptions
year
, month
ou era
est en dehors de la plage prise en charge par ce calendrier.