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