 | DateTimeNsToString Method |
Converts a standard DateTime structure to string with nanoseconds precision.
Namespace: LynceeTec.ImagingAssembly: 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 DateTime
- The DateTime.
- nanoseconds Int32
- The nanoseconds to add (max is 99)
Return Value
String
RemarksThe string format is the one used in the metadata.
See Also