Click or drag to resize

DateTimePropertyEvaluatorNumberOfIgnoredCharactersAfter Property

Gets or sets the number of characters to ignore after the value when parsing. This can be useful for skipping suffixes or other non-date characters in the input text.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public int NumberOfIgnoredCharactersAfter { get; init; }

Property Value

Int32
See Also