 | 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
Syntaxpublic static DateTime FromString(
string dateFormatNs
)
public:
static DateTime FromString(
String^ dateFormatNs
)
Parameters
- dateFormatNs
- Type: SystemString
The date format in nanosecond precision.
Return Value
Type:
DateTime
RemarksCAUTION: Nanosecond precision is lost during the conversion.
The string format is the one used in the metadata.
See Also