Time Function

이 함수는 현재 시스템 시간을 "HH:MM:SS" 서식의 문자열로 표시합니다.

Syntax:


Time[$][()]

Example:


Sub ExampleTime
    MsgBox Time,0,"현재 시간:"
End Sub