Click or drag to resize
XDL

XVideoChannelDateTimeToTimeStamp Method

DateTime을 MISB ST 타임스탬프로 변환한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public static ulong DateTimeToTimeStamp(
	DateTime dateTime
)

Parameters

dateTime  DateTime
변환하려는 날짜와 시각.

Return Value

UInt64
마이크로초 단위 UNIX 타임스탬프.
See Also