Click or drag to resize

FrameAcquisitionDataAcquisitionTime Property

Acquisition times

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public string AcquisitionTime { get; set; }

Property Value

Type: String
Remarks

Format is "yyyy’-‘MM’-‘dd’T’HH’:’mm’:’ss.fffffffffK"

yyyy-> Year, (e.g. 2015)

MM-> Month number with leading zero(eg.04)

dd-> Day of the month as a number from 01 to 31.

HH-> 24-hour clock hour, with a leading 0 (e.g. 22)

mm-> Minutes with a leading zero

ss-> Seconds with leading zero

fffffffff-> Nine most significant digits of the second's fraction. Nanosecond precision.

K-> Represents the time zone information of a date and time value (e.g. +05:00)

See Also