BenSelect Documentation
DaysInMonth Method
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace > ColumnScriptEvent Class : DaysInMonth Method
year
The year.
month
The month (a number ranging from 1 to 12).
Returns the number of days in the specified month and year.

Syntax

JScript 
public function DaysInMonth( 
   year : int,
   month : int
) : decimal;

Parameters

year
The year.
month
The month (a number ranging from 1 to 12).

Return Value

The number of days in month for the specified year.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.