[]
        
(Showing Draft Content)

C1.C1Preview.TagDateTimeInputParams.-ctor

TagDateTimeInputParams Constructor

TagDateTimeInputParams()

Initializes a new instance of the TagDateTimeInputParams class.

Declaration
public TagDateTimeInputParams()
Public Sub New()

TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, string)

Initializes a new instance of the TagDateTimeInputParams class.

Declaration
public TagDateTimeInputParams(DateTime minDate, DateTime maxDate, DateTimePickerFormat format, string customFormat)
Public Sub New(minDate As Date, maxDate As Date, format As DateTimePickerFormat, customFormat As String)
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)
Public Sub New(format As DateTimePickerFormat, customFormat As String)
Parameters
Type Name Description
DateTimePickerFormat format

The format to use in the date/time picker.

string customFormat

The custom date/time format string.