Click or drag to resize

AsciiImportOptionsControllerDateTimeFormatCulture Property

Gets or sets the controller for selecting the date/time-format culture.

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

Property Value

ItemsControllerCultureInfo
See Also