Click or drag to resize

YearMonthDayDaysInMonth Method

Provides the number of days in the month of the indicated year.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static int DaysInMonth(
	int year,
	int month
)

Parameters

year
Type: SystemInt32
The year.
month
Type: SystemInt32
The month of the year.

Return Value

Type: Int32
The number of days in the month.
See Also