Minute()

语法

Result = Minute(Date)
概要
Returns the minute value of the specified date.

参数

Date The date from which to extract the minutes.

返回值

Returns the minute component of the date. The result is always between 0 and 59.

示例

  Debug Minute(Date(1970, 1, 1, 11, 3, 45))  ; Outputs '3'.

参阅

FormatDate(), Year(), Month(), Day(), Hour(), Second()

已支持操作系统

所有

<- Hour() - Date Index - Month() ->