时间函数返回当前系统时间。
Time()
Private Sub Constant_demo_Click() msgbox("Line 1: " & Time()) End Sub
执行上述功能时,会产生以下输出。
Line 1: 3:29:15 PM