NET_SDK_FormatTime¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Converts an integer time to a formatted time.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| intTimein | LONGLONG | The integer time returned in the data frame information is the absolute time starting from 0:0:0:0 on January 1, 1970, in microseconds. |
| pFormatTimeout | DD_TIME* | The time in DD_TIME format after conversion. |
Return Value¶
None
Remarks¶
None