DateTime.seconds()

從給定日期的分鐘開始算起經過的秒數
DateTime.seconds(time:int)

Parameters

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

Return value

從給定日期的分鐘開始算起經過的秒數

Example

let s = DateTime.seconds(Current.Time);