Time Function
Returns a Variant of subtype Date indicating the current system time.
Time
Remarks
The following example uses the Time function to return the current system time:
Dim MyTime
MyTime = Time ' Return current system time.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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.