Time Function
Returns a Variant of subtype Date indicating the current system time.
Syntax
Time
Remarks
The following example uses the Time function to return the current system time:
Dim MyTime
MyTime = Time ' Return current system time.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Returns a Variant of subtype Date indicating the current system time.
Time
The following example uses the Time function to return the current system time:
Dim MyTime
MyTime = Time ' Return current system time.