AnyLogic
Expand
Font size

getHourOfDay

getHourOfDay()

Description

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

This function is used for the 24-hour clock. For example, at 10:04:15.250 PM the result is 22.

Result

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

getHourOfDay(Date date)

Description

Returns the hour of the day of the specified date.

This function is used for the 24-hour clock. For example, at 10:04:15.250 PM the result is 22.

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 hour component of the specified date value, in the 24-hour format.
How can we improve this article?