Manuals/calci/TIME
Jump to navigation
Jump to search
TIME(SomeHour, SomeMinute, SomeSecond)
where,
SomeHour - a number represents the hour.
SomeMinute - a number representing the minute..
SomeSecond - a number representing the second.
Calci returns the today's date and time.
Calci use different date systems as their default.
TIME
Lets see an example in (Column1, Row2)
=TIME(R1C1, R1C2, R1C3)
TIME returns Tue Feb19 02:30:54 CST 2008.
Consider another example (Column1, Row4)
=TIME(12,00,00)
TIME returns Tue Feb19 12:00:04 CST 2008.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 2 | 30 | 54 | |
Row2 | Tue Feb 19 02:30:54 CST 2008 | |||
Row3 | ||||
Row4 | Tue Feb 19 12:00:00 CST 2008 | |||
Row5 | ||||
Row6 |