Time Statement

This function returns the current system time as a string in the format "HH:MM:SS".

Sintaksis:

Time

Parameter:

Text: Any string expression that specifies the new time in the format "HH:MM:SS".

Contoh:

Sub ExampleTime

    MsgBox Time,0,"Waktunya adalah"

End Sub