hours
A number that represents an hour.
Declaration
long hours;Discussion
Hours of the day are 0-based. For example, to represent the time 06:00, use 6, and to represent midnight, use 0.
A number that represents an hour.
long hours;Hours of the day are 0-based. For example, to represent the time 06:00, use 6, and to represent midnight, use 0.