Initializes a new instance of the TagDateTimeInputParams class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TagDateTimeInputParams(
	DateTime minDate,
	DateTime maxDate,
	DateTimePickerFormat format,
	string customFormat
)
Visual Basic
Public Sub New ( _
	minDate As DateTime, _
	maxDate As DateTime, _
	format As DateTimePickerFormat, _
	customFormat As String _
)

Parameters

minDate
Type: System..::..DateTime
The minimum allowed date.
maxDate
Type: System..::..DateTime
The maximum allowed date.
format
Type: System.Windows.Forms..::..DateTimePickerFormat
The format to use in the date/time picker.
customFormat
Type: System..::..String
The custom date/time format string.

See Also