DateTime.month()

返回指定時間的月份數。
DateTime.month(time:int)

Parameters

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

Return value

指定時間的月份數(1-January,2,3,4,5,6,7,8,9,10,11,12)。

Description

在方法中使用 onUpdate

Example

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