Syntax
Public Function CurTime()As String
Description
This function used to return the server time.
Parameters
No Parmeters.
Return value
Returns the server time as a string value
Sample
Public Sub main()AlertMessage CurTime() ' to get the server time End Sub
See Also