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

 

VBScript Minute Function

Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.

Syntax: VBScript Minute Function

Minute(time)

Arguments: VBScript Minute Function

time

Any expression that can represent a time. If time contains Null, Null is returned.

Remarks: VBScript Minute Function

The following example uses the Minute function to return the minute of the hour:

Dim MyVar

MyVar = Minute(Now)

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