Timer函数返回自12:00 AM以来的秒数和毫秒数。
Timer()
添加按钮并添加以下功能。
Private Sub Constant_demo_Click() msgbox("Time is : " & Now()) msgbox("Timer is: " & Timer()) End Sub
执行上述功能时,会产生以下输出。
Time is : 19/07/2013 3:45:53 PM Timer is: 56753.4