System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth 메서드

ThaiBuddhistCalendar::GetDaysInMonth(int, int) const method

특정 월의 일 수를 가져옵니다.

virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
매개변수형식설명
연도int연도.
int일 수를 가져올 월.

ReturnValue

지정된 연도의 지정된 월에 대한 일 수.

또 보기

ThaiBuddhistCalendar::GetDaysInMonth(int, int, int) const method

특정 월의 일 수를 가져옵니다.

int System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth(int year, int month, int era) const override
매개변수형식설명
연도int연도.
int일 수를 가져올 월.
시대int시대.

ReturnValue

지정된 연대의 지정된 연도와 지정된 월에 대한 일 수.

또 보기