 | 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
Syntaxpublic static string ToString(
DateTime dateTime,
int nanoseconds
)
public:
static String^ ToString(
DateTime dateTime,
int nanoseconds
)
Parameters
- dateTime
- Type: SystemDateTime
The DateTime. - nanoseconds
- Type: SystemInt32
The nanoseconds to add (max is 99)
Return Value
Type:
String
RemarksThe string format is the one used in the metadata.
See AlsoReference
[!:AcquisitionMetadata]
[!:FrameAcquisitionData.AcquisitionTime]