MSecToDate
The MSecToDate function is used to convert millisecond to date.
Syntax :
MSecToDate(MSecs,[AdjustFromUTC]=False)
Parameters | Description |
---|---|
MSecs | Time in milliseconds. |
[AdjustFromUTC]=False | Required. Condition for conversion(UCT -Coordinated Universal Time). |
Example :
dMSecToDate = MSecToDate(250)
DEBUG(dMsecToDate)
- Here 250 is the number of Milliseconds, and based on the condition of UTC , it will be met.
dMSecToDate
= 1/1/1970 12:00:00 AM