VBScript Minute Function
Complete VBScript Reference
The Minute function returns a number between 0 and 59 that represents the minute of the hour.
Syntax
| Parameter |
Description |
| time |
Required. Any expression that can represent a time |
Example 1
document.write(Now & "<br />")
document.write(Minute(Now))
Output:
1/15/2002 10:34:39 AM
34
|
Example 2
document.write(Minute(Time))
Output:
34
|
Complete VBScript Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|