Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Second(time) returns A VariantInteger between 0 and 59, inclusive, representing the second for time

Sub dateDemo11()    Debug.Print Second(Date) End Sub