AnyLogic
Expand
Font size

getDayOfWeek

getDayOfWeek()

Description

Returns the serial number of the day of the week of the current model date with respect to the start time/date and the model time unit.

Returned value is an integer.

The result depends on the system locale: for example, in some countries the week starts with Sunday (so Monday will be 2 in that case), while in others — with Monday (so Monday is 1).

Result

Type Description
int The serial number of the day of the week of the current model date with respect to the start time/date and the model time unit.

getDayOfWeek(Date date)

Description

Returns the serial number of the day of the week of the specified date value.

Returned value is an integer.

The result depends on the system locale: for example, in some countries the week starts with Sunday (so Monday will be 2 in that case), while in others — with Monday (so Monday is 1).

Parameter

Name Type of value Description
date java.util.Date A date, presented in the form of the Date Java class.

Result

Type Description
int The serial number day of the week of the specified date value.
How can we improve this article?