System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth method
Contents
[
Hide
]ThaiBuddhistCalendar::GetDaysInMonth(int, int) const method
Gets number of days in specific month.
virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month to get number of days in. | 
ReturnValue
Number of days in specified month of specified year.
See Also
- Class ThaiBuddhistCalendar
 - Namespace System::Globalization
 - Library Aspose.PUB for C++
 
ThaiBuddhistCalendar::GetDaysInMonth(int, int, int) const method
Gets number of days in specific month.
int System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth(int year, int month, int era) const override
| Parameter | Type | Description | 
|---|---|---|
| year | int | Year. | 
| month | int | Month to get number of days in. | 
| era | int | Era. | 
ReturnValue
Number of days in specified month of specified year of specified era.
See Also
- Class ThaiBuddhistCalendar
 - Namespace System::Globalization
 - Library Aspose.PUB for C++