עזרה עבור LibreOffice 7.4
Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.
Hour (Number)
Integer
\
This function is the opposite of the \
Print Hour(TimeSerial(12,30,41))
returns the value 12.
Sub ExampleHour
Print "The current hour is " & Hour( Now )
End Sub