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

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

    Parameters

    format
    The format to use in the date/time picker.
    customFormat
    The custom date/time format string.
    See Also