System::Globalization::ThaiBuddhistCalendar::IsLeapDay 메서드

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

날이 윤년인지 확인합니다.

virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
매개변수형식설명
연도int연도.
int월.
int일.

ReturnValue

지정된 날짜가 윤일이면 true, 그렇지 않으면 false.

또 보기

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

날이 윤년인지 확인합니다.

bool System::Globalization::ThaiBuddhistCalendar::IsLeapDay(int year, int month, int day, int era) const override
매개변수형식설명
연도int연도.
int월.
int일.
시대int시대.

ReturnValue

지정된 날짜가 윤일이면 true, 그렇지 않으면 false.

또 보기