当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Hour 函数

VBScript
VBScript 介绍
如何使用 VBScript
VBScript 放置
VBScript 变量
VBScript 程序
VBScript 条件语句
VBScript 循环声明
VBScript 摘要
VBScript 实例
VBScript 函数
VBScript 关键字

VBScript Hour 函数


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 217 ::
收藏到网摘: n/a

The Hour function returns a number between 0 and 23 that represents the hour of the day.
Hour 函数能返回 0 到 23 之间的一个整数(包括 0 和 23),代表一天中的某一小时

语法

Hour(time)

参数 描述
time Required. Any expression that can represent a time
必选项。time 参数是任意可以代表时间的表达式

实例 1

document.write(Now & "<br />")
document.write(Hour(Now))
输出:
1/15/2002 10:07:47 AM
10

实例 2

document.write(Hour(Time))
输出:
10

评论 (0) All

登陆 | 还没注册?