Syntax
Public Function RealTime(UnixTime As String) As Date
Description
This function is used to return the time from unix time to real time.
Parameters
Key | Description |
UnixTime | Time in unix format to be changed to real format. Value of type is String. |
Return value
Returnstime as a date format.
Sample
Public Sub main() Dim Date Date = UnixTime (curTime ()) AlertMessage RealTime (cstr (Date)) End Sub
See Also