Day()
语法
Result = Day(Date)概要
Returns the day component of the specified date.
参数
Date The date value from which to extract the day.
返回值
Returns the day component. The result is always between 1 and 31.
示例
Debug Day(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '3'.
参阅
Date(), Year(), Month(), Hour(), Minute(), Second()
已支持操作系统
所有