JcampReaderBlockParseDate Method |
Parses a date string using several exact formats and validates the parsed date.
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static DateTime? ParseDate(
string s
)
Parameters
- s String
- The date string to parse.
Return Value
NullableDateTimeA
DateTime containing the parsed date if successful and reasonable; otherwise null.
See Also