date_get_minute

Returns the minute corresponding to the datetime.

Syntax:

date_get_minute(date);


Argument Description
date The datetime to check.


Returns: Real


Description

This function returns the minute of the given datetime value.


Example:

myminute = date_get_minute(date_current_datetime());

This would set "myminute" to the current minute.


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