VBA/Excel/Access/Word/Date Functions/Second — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 12:48, 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