DateTime.year()

返回指定日期的年份
DateTime.year(time:int)

Parameters

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

Return value

指定日期的年份。 返回值可以在 1970 到 3000 的範圍內。

Description

在方法中使用 onUpdate

Example

let y = DateTime.year(Current.Time);