date_get_minute_of_year

Returns the minute of the year corresponding to the datetime.

Syntax:

date_get_minute_of_year(date);


Argument Description
date The date to check.


Returns: Real


Description

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


Example:

myminuteyear = date_get_minute_of_year(date_current_datetime());

This would set myminuteyear to the current minute of the year.


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