
17-2
TIME$ (System Variable) [Conforms to SLIM]
Function
Obtains the current time.
Format
TIME$
Explanation
This statement stores the current time in the following format: “hh:mm:ss”
(Time: minute: second).
Time is displayed using the 24 hour system.
Related Terms
DATE$
Example
DIM ls1 As String
ls1 = TIME$ 'Assigns the current time to ls1.
Kommentare zu diesen Handbüchern