Minute(time) returns a Variant/Integer between 0 and 59, inclusive, representing the minute for time : Minute « Excel « VBA / Excel / Access / Word






Minute(time) returns a Variant/Integer between 0 and 59, inclusive, representing the minute for time

 
Sub dateDemo7()
   Debug.Print Minute(Date)
End Sub

 

Related examples in the same category