Second()

语法

Result = Second(Date)
概要
Returns the second value of the specified date.

参数

Date The date from which to extract the seconds.

返回值

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

示例

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

参阅

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

已支持操作系统

所有

<- ParseDate() - Date Index - Year() ->