Skip to content

NET_SDK_FormatTime

Interface Definition

1
2
3
void NET_SDK_FormatTime(
    LONGLONG intTime,
    DD_TIME* pFormatTime);
1
2
3
public static extern void NET_SDK_FormatTime(
    Int64 intTime,
    ref DD_TIME pFormatTime);

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

Error Code