ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Windows.Forms.DateTimePickerFormat, _
       ByVal customFormat As System.String _
    )
    public TagDateTimeInputParams( 
       System.Windows.Forms.DateTimePickerFormat format,
       System.string customFormat
    )

    Parameters

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