Click or drag to resize

JcampReaderBlockParseDate Method

Parses a date string using several exact formats and validates the parsed date.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static DateTime? ParseDate(
	string s
)

Parameters

s  String
The date string to parse.

Return Value

NullableDateTime
A DateTime containing the parsed date if successful and reasonable; otherwise null.
See Also