Returns total number of the days in the month.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.C1TimeHelper.daysInMonth = function(month, year);

Parameters

month
Type: System..::..Int32
Month(zero based).
year
Type: System..::..Int32
Full year.

Return Value

See Also