Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the first day of the week using AOS locale.
Syntax
server public static int firstDayOfWeekAOS()
Run On
Server
Return Value
Type: int
An integer value that indicates the day of the week.
Remarks
The day of the week is represented by increasing integer values. Starting with 0 for Sunday and ending with 6 for Saturday.This differs from the global firstDayOfWeek function.Global::firstDayOfWeek is getting the locale of the client.