Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.