image\cslogo3d1.gif

VBScript Time Function

Returns a Variant of subtype Date indicating the current system time.

Syntax: VBScript Time Function

Time()

Remarks: VBScript Time Function

The following example uses the Time function to return the current system time:

Dim MyTime

MyTime = Time   ' Return current system time.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.