Metodo System::DateTime::DaysInMonth
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 è del mese specificato dell’anno specificato
Vedi anche
- Class DateTime
- Namespace System
- Library Aspose.Page for C++