Click or drag to resize

JcampReaderBlockHandleDateLine Method

Handles a date line (a line that starts with the ##DATE= header) and extracts an optional date and time.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected (DateTime? dateValue, DateTime? timeValue) HandleDateLine(
	string s
)

Parameters

s  String
The remainder of the date line after the header.

Return Value

ValueTupleNullableDateTime, NullableDateTime
A tuple with the parsed date and time values. Each element is null if parsing failed or the value is not present.
See Also