VBA Time 当前时间

获取系统当前时间。


语法

Property Time As Variant

示例

Sub sub10()
  Dim t1 As Date
  t1 = Time
  Debug.Print t1
End Sub

输出结果:

17:24:58