ProjParameters::firstDayOfWeekAOS Method
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.