System::DateTime::DaysInMonth metodo
DateTime::DaysInMonth method
Restituisce il numero di giorni nel mese specificato dell’anno specificato.
static int System::DateTime::DaysInMonth(int year, int month)
| Parametro | Tipo | Descrizione |
|---|---|---|
| anno | int | L’anno |
| mese | int | Il numero ordinale del mese |
ReturnValue
Il numero di giorni nel mese specificato dell’anno specificato
Vedi anche
- Class DateTime
- Namespace System
- Library Aspose.Font for C++