Click or drag to resize

AsciiDocumentAnalysisOptionsControllerDateTimeFormatsToAnalyze Property

Gets or sets the collection of culture-specific date and time formats to analyze.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper> DateTimeFormatsToAnalyze { get; set; }

Property Value

ObservableCollectionAsciiDocumentAnalysisOptionsControllerCultureInfoWrapper
Remarks
Use this property to specify which date and time formats, represented by their associated cultures, should be included in analysis operations. Changing this property raises a property changed notification.
See Also