Click or drag to resize

DateTimeNsFromString Method

Converts nanoseconds precision string date time to standard DateTime

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public static DateTime FromString(
	string dateFormatNs
)

Parameters

dateFormatNs
Type: SystemString
The date format in nanosecond precision.

Return Value

Type: DateTime
Remarks

CAUTION: Nanosecond precision is lost during the conversion.

The string format is the one used in the metadata.

See Also