Initializes a new instance of the TagDateTimeInputParams class.

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

Syntax

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

Parameters

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