Click or drag to resize

JcampReaderBlockHandleDateLine Method

Handles the date line (a line that has started with ##DATE=

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

Parameters

s  String
The remaining of the line

Return Value

ValueTupleNullableDateTime, NullableDateTime

[Missing <returns> documentation for "M:Altaxo.Serialization.Jcamp.JcampReader.Block.HandleDateLine(System.String)"]

See Also