Text Documents (Writer)
HTML Documents (Writer Web)
Spreadsheets (Calc)
Presentations (Impress)
Drawings (Draw)
Database Functionality (Base)
Formulae (Math)
Charts and Diagrams
Macros and Scripting
Office Installation
Common Help Topics
OneOffice Logo

Time Function

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

Syntax:


Time[$][()]

Example:


Sub ExampleTime
    MsgBox Time,0,"The time is"
End Sub