VBA/Excel/Access/Word/Date Functions/Second
Версия от 16:33, 26 мая 2010; (обсуждение)
Second(time) returns A Variant/Integer between 0 and 59, inclusive, representing the second for time
Sub dateDemo11()
Debug.Print Second(Date)
End Sub
Sub dateDemo11()
Debug.Print Second(Date)
End Sub