MobiusTrader
中文
俄语
中文
English
العربي
Bahasa Indonesia
终端
致客户
文件
文章
mScript
联系人
Textbook
Directory
»
DateTime
»
day
Format
current
day
dayOfWeek
format
fromString
hour
minute
month
seconds
year
DateTime.day()
返回給定日期的月份(1-31)
DateTime.day(time:int)
Parameters
Name
Type
Действие
Значение по умолчанию
time
int
日期時間作為自 1970 年 1 月 1 日午夜 (00:00:00) 以來經過的秒數
—
Return value
指定日期的月份中的第幾天 (1 - 31)
Description
在方法中使用
onUpdate
Example
let currentDay = DateTime.day(DateTime.current());