JcampReaderBlockParseTime Method |
Parses a time string using several exact formats and returns a
DateTime representing the time portion.
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static DateTime? ParseTime(
string s
)
Parameters
- s String
- The time string to parse.
Return Value
NullableDateTimeA
DateTime containing the parsed time, or null if parsing failed.
See Also