第二个函数返回0到59之间的数字,表示指定时间戳的小时的第二个。
Second(time)
添加按钮并添加以下功能。
Private Sub Constant_demo_Click()
msgbox("Line 1: " & Second("3:13:25 PM"))
msgbox("Line 2: " & Second("23:13:45"))
msgbox("Line 3: " & Second("2:20 PM"))
End Sub
执行上述功能时,会产生以下输出。
Line 1: 25
Line 2: 45
Line 3: 0