Hour()

Syntax

Result = Hour(Date)
Description
Returns the hour value of the specified date. The result is always between 0 and 23.
  Debug Hour(Date(0, 0, 0, 11, 3, 45))  ; Outputs '11'.

Supported OS

Windows, Linux, MacOS X

<- FormatDate() - Date Index - Minute() ->