|
XVideoChannelDateTimeToTimeStamp Method
|
DateTime을 MISB ST 타임스탬프로 변환한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic static ulong DateTimeToTimeStamp(
DateTime dateTime
)
Parameters
- dateTime DateTime
- 변환하려는 날짜와 시각.
Return Value
UInt64 마이크로초 단위 UNIX 타임스탬프.
See Also