DateTime.minute()

Returns the day of the week for a given date
DateTime.minute(time:int)

Parameters

Name Type Действие Значение по умолчанию
time int Time in Unix timestamp

Return value

Minutes from 0 to 59

Example

let m = DateTime.minute(Current.Time);