

The TimeSerial function returns a time for 15 minutes before ( -15) six hours before noon ( 12 - 6), or 5:45:00 A.M. The following example uses expressions instead of absolute time numbers. However, you can also specify relative times for each argument using any numeric expression that represents some number of hours, minutes, or seconds before or after a certain time. To specify a time, such as 11:59:59, the range of numbers for each TimeSerial argument should be in the normal range for the unit that is, 0–23 for hours and 0–59 for minutes and seconds. Number between 0 (12:00 A.M.) and 23 (11:00 P.M.), inclusive, or a numeric expression. The TimeSerial function syntax has these arguments: An invalid argument can result in an incorrect result. Warning Make sure the arguments are in the correct range of values. Returns a Variant ( Date) containing the time for a specific hour, minute, and second.
