Click or drag to resize

JcampReaderBlockIsDateReasonable Method

Validates whether a parsed date is within a reasonable range.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool IsDateReasonable(
	DateTime date
)

Parameters

date  DateTime
The date to validate.

Return Value

Boolean
True if the date appears reasonable; otherwise false.
See Also