Click or drag to resize

DateTimeNsToString Method

Converts a standard DateTime structure to string with nanoseconds precision.

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public static string ToString(
	DateTime dateTime,
	int nanoseconds
)

Parameters

dateTime  DateTime
The DateTime.
nanoseconds  Int32
The nanoseconds to add (max is 99)

Return Value

String
Remarks
The string format is the one used in the metadata.
See Also