Click or drag to resize

JcampReaderBlockParseTime Method

Parses a time string using several exact formats and returns a DateTime representing the time portion.

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

Parameters

s  String
The time string to parse.

Return Value

NullableDateTime
A DateTime containing the parsed time, or null if parsing failed.
See Also