JcampReaderBlockIsDateReasonable Method |
Validates whether a parsed date is within a reasonable range.
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool IsDateReasonable(
DateTime date
)
Parameters
- date DateTime
- The date to validate.
Return Value
BooleanTrue if the date appears reasonable; otherwise false.
See Also