|
XVideoChannelTimeStampToDateTime Method
|
MISB ST 타임스탬프를 DateTime으로 변환한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic static DateTime TimeStampToDateTime(
ulong timestamp
)
Parameters
- timestamp UInt64
- 타임스탬프. 마이크로 초 단위의 UNIX 타임스탬프.
Return Value
DateTime 타임스탬프에 해당하는 DateTime. 타임스탬프가 유효하지 않은 값이면 현재 시스템 시간.
See Also