Programming Reference Manual
TimeSerial
Syntax
TimeSerial(
Hour
,
Minute
,
Second
)
Description
Return a
date
value.
Parameter
Description
Hour
This numeric value is the hour (0 to 23).
Minute
This numeric value is the minute (0 to 59).
Second
This numeric value is the second (0 to 59).
See Also
DateSerial
,
DateValue
,
TimeValue
.
Example
Sub
Main
Debug
.
Print
TimeSerial
(13,30,0)
'1:30:00 PM
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
Time/Date
Date
DateAdd
DateDiff
DatePart
DateSerial
DateValue
Day
EasterDate
Hour
Minute
Month
MonthName
Now
Second
Time
Timer
TimeSerial
TimeValue
Weekday
WeekdayName
WeekNum
Year
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator