The number of seconds elapsed since the beginning of the minute for a given date
DateTime.seconds(time:int)
Parameters
Name |
Type |
Действие |
Значение по умолчанию |
time |
int |
Time in Unix timestamp |
— |
Return value
The number of seconds elapsed since the beginning of the minute for a given date
Example
let s = DateTime.seconds(Current.Time);