Manuals/calci/HOUR
Jump to navigation
Jump to search
Syntax
Examples
''''''' ''''
Description
HOUR
HOUR(sn)
where sn is the time which contains the hour .
This function gives the hour of a time value.
Let's see an example in Column1Row1
C1R1 = 5:45:30 AM
I.e.=HOUR(C1R1) is 5
///rly for 5:45:30 PM
I.e =HOUR(C1R1) is 17
///rly C1R1=17:30
I.e.=HOUR(C1R1) is 17
Column1 | Column2 | Column3 | Column4 | |
Row1 | 5:45:30 AM | 5 | 5:45:30 PM | 17 |
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |