[]
        
(Showing Draft Content)

C1.C1Preview.TagDateTimeInputParams.-ctor

TagDateTimeInputParams Constructor

TagDateTimeInputParams()

Initializes a new instance of the TagDateTimeInputParams class.

Declaration
public TagDateTimeInputParams()

TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, string)

Initializes a new instance of the TagDateTimeInputParams class.

Declaration
public TagDateTimeInputParams(DateTime minDate, DateTime maxDate, DateTimePickerFormat format, string customFormat)
Parameters
Type Name Description
DateTime minDate

The minimum allowed date.

DateTime maxDate

The maximum allowed date.

DateTimePickerFormat format

The format to use in the date/time picker.

string customFormat

The custom date/time format string.

TagDateTimeInputParams(DateTimePickerFormat, string)

Initializes a new instance of the TagDateTimeInputParams class.

Declaration
public TagDateTimeInputParams(DateTimePickerFormat format, string customFormat)
Parameters
Type Name Description
DateTimePickerFormat format

The format to use in the date/time picker.

string customFormat

The custom date/time format string.