DatePickerFormat Enumeration
Specifies date formats for a DatePicker.

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public enum DatePickerFormat
Members
  Member nameValueDescription
Long0 Specifies that the date should be displayed using unabbreviated days of the week and month names.
Short1 Specifies that the date should be displayed using abbreviated days of the week and month names.
See Also