Syntax
Public Function TimeLocal()As String
Description
This function is used to get the current local time.
Parameters
No Parameters.
Return value
Returns the current time with thevalue of type String
Sample
Public Sub main() AlertMessage TimeLocal End Sub
See Also