NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Month Function

Returns an Integer specifying a whole number between 1 and 12, inclusive, representing the month of the year.

Month(date)

The required date argument is any Object, numeric expression, string expression, or any combination, that can represent a date.

Note If the Calendar property setting is Gregorian, the returned integer represents the Gregorian day of the week for the date argument. If the calendar is Hijri, the returned integer represents the Hijri day of the week for the date argument. For Hijri dates, the argument number is any numeric expression that can represent a date and/or time from 1/1/100 (Gregorian Aug 2, 718) through 4/3/9666 (Gregorian Dec 31, 9999).

See Also

Example

Calendar Property | Date Function | Date Statement | Day Function | Now Function | Weekday Function | Year Function