date_get_second_of_year

Returns the second of the year corresponding to the datetime.

Syntax:

date_get_second_of_year( date );


Argument Description
date The date to check.


Returns: Real


Description

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


Example:

mysecondyear = date_get_second_of_year(date_current_datetime());

This would set "mysecondyear" to the current second of the year.


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