[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputDateFormat

InputDateFormat Enum

Selects a standard format pattern for the InputDatePicker.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public enum InputDateFormat

Fields

Name Description
Custom

The date is converted to a string using the custom format pattern.

LongDate

The date is converted to a string using the format pattern for a long date value.

MonthDay

The date is converted to a string using the format pattern for a month and day value.

ShortDate

The date is converted to a string using the format pattern for a short date value.

YearMonth

The date is converted to a string using the format pattern for a year and month value.