Click or drag to resize

ImportHandleDateLine Method

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

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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.Import.HandleDateLine(System.String)"]

See Also