firstDayOfWeek property

int firstDayOfWeek
getter/setter pair

First day of the week (1 = Monday, 7 = Sunday)

Default: 1 (Monday)

Implementation

static int firstDayOfWeek = 1;