System::Globalization::JapaneseCalendar::GetDaysInMonth methode
inhoud
[
verbergen
]JapaneseCalendar::GetDaysInMonth(int, int) const method
Haalt het aantal dagen op in een specifieke maand.
virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand om het aantal dagen in op te halen. |
ReturnValue
Aantal dagen in de opgegeven maand van het opgegeven jaar.
Zie ook
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
JapaneseCalendar::GetDaysInMonth(int, int, int) const method
Haalt het aantal dagen op in een specifieke maand.
int System::Globalization::JapaneseCalendar::GetDaysInMonth(int year, int month, int era) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| jaar | int | Jaar. |
| maand | int | Maand om het aantal dagen in op te halen. |
| tijdperk | int | Tijdperk. |
ReturnValue
Aantal dagen in de opgegeven maand van het opgegeven jaar van het opgegeven tijdperk.
Zie ook
- Class JapaneseCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++