 | DateTimeNsFromString Method |
Converts nanoseconds precision string date time to standard DateTime
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic static DateTime FromString(
string dateFormatNs
)
public:
static DateTime FromString(
String^ dateFormatNs
)
Parameters
- dateFormatNs String
- The date format in nanosecond precision.
Return Value
DateTime
RemarksCAUTION: Nanosecond precision is lost during the conversion.
The string format is the one used in the metadata.
See Also