PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TagDateTimeInputParams Class / TagDateTimeInputParams Constructor / TagDateTimeInputParams Constructor(DateTime,DateTime,DateTimePickerFormat,String)
The minimum allowed date.
The maximum allowed date.
The format to use in the date/time picker.
The custom date/time format string.

In This Topic
    TagDateTimeInputParams Constructor(DateTime,DateTime,DateTimePickerFormat,String)
    In This Topic
    Initializes a new instance of the TagDateTimeInputParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minDate As Date, _
       ByVal maxDate As Date, _
       ByVal format As DateTimePickerFormat, _
       ByVal customFormat As String _
    )
    public TagDateTimeInputParams( 
       DateTime minDate,
       DateTime maxDate,
       DateTimePickerFormat format,
       string customFormat
    )

    Parameters

    minDate
    The minimum allowed date.
    maxDate
    The maximum allowed date.
    format
    The format to use in the date/time picker.
    customFormat
    The custom date/time format string.
    See Also