MCSecToDate
The MCSecToDate function is used to convert micro-second to date.
Syntax:
MCSecToDate(MicroSeconds,[AdjustFromUTC]=False)
Parameters | Description |
---|---|
MicroSeconds | Time in microseconds. |
[AdjustFromUTC]=False | Required. Condition for conversion(UCT -Coordinated Universal Time). |
Example :
dMcSecToDate = MCSecToDate(350,000)
DEBUG(dMcSecToDate)
- Here 350,000 is the number of McSeconds, and based on the condition of UTC , it will be met.
DMcSecTodate
= 1/1/1970 12:00:00 AM