date_get_hour_of_year

Returns the hour of the year corresponding to the datetime.

Syntax:

date_get_hour_of_year(date);


Argument Description
date The datetime to check.


Returns: Real


Description

This function returns the hour of the given datetime value within the year (from the total number of hours for the year, taking into account leap years).


Example:

myhouryear = date_get_hour_of_year(date_current_datetime());

This would set "myhouryear" to the current hour of the year.


Back: Date And Time
Next: date_get_minute
© Copyright YoYo Games Ltd. 2018 All Rights Reserved