![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Date and Time > TIME |
TIME(hour, minute, second) |
| Returns the time as a decimal given the hour, minute and second. |
| hour | The number between 0 and 23 representing the hour. | |
| minute | The number between 0 and 59 representing the minute. | |
| second | The number between 0 and 59 representing the second. |
| REMARKS |
| If "hour" > 23, then "hour" Mod 24 is used. | ||
| If "minute" > 59, then "minute" is converted to hours and minutes. | ||
| If "second" > 59, then "second is converted to minutes and seconds. | ||
| If "hour" < 0, then #NUM! is returned. | ||
| If "minute" < 0, then the minutes are subtracted. | ||
| If "second" < 0, then the seconds are subtracted. |
| EXAMPLES |
|
| Functions - T | Index - T | Dates & Times | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |