Welcome

首页 / 编程脚本 / VBS教程:函数-Time 函数

Time 函数

返回 Date 子类型 Variant,指示当前系统时间。

Time

说明

下面的示例利用 Time 函数返回当前系统时间:

Dim MyTimeMyTime = Time" 返回当前系统时间。