public static IsLeapDay ( int year, int month, int day ) : bool | ||
year | int | An integer that specifies the year. /// |
month | int | An integer that specifies the month. /// |
day | int | An integer that specifies the day. /// |
return | bool |
public static IsLeapDay ( int year, int month, int day ) : bool | ||
year | int | An integer that specifies the year. /// |
month | int | An integer that specifies the month. /// |
day | int | An integer that specifies the day. /// |
return | bool |