DaysInMonth

Description
ÇØ´çÇÏ´Â ´ÞÀÇ Àϼö¸¦ ¸®ÅÏÇÑ´Ù.

Syntax
U8 DaysInMonth(U16 Year, U16 Month)

Parameters
Year¿¬µµ
Month¿ù

Returns
ÇØ´çÇÏ´Â ´ÞÀÇ Àϼö

Comments

See Also
DayInWeek

Example
U8 days;

days = DaysInMonth( 1998, 12 );
// days is equal to 31