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