This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
TimeSerial Function Example
This example uses the
TimeSerial function to return a time for the specified hour, minute, and second.
Dim MyTime
MyTime = TimeSerial(
16,
35,
17)
' MyTime contains serial
' representation of 4:35:17 PM.