Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / SpreadDropDownMonthCalendar Constructor / SpreadDropDownMonthCalendar Constructor(DateTimeFormatInfo,DateTime)
Defines how System.DateTime values are formatted and displayed.
The default value for SpreadDropDownMonthCalendar


In This Topic
    SpreadDropDownMonthCalendar Constructor(DateTimeFormatInfo,DateTime)
    In This Topic
    Initializes a new instance of the SpreadDropDownMonthCalendar class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As DateTimeFormatInfo, _
       ByVal dateDefault As Date _
    )
    'Usage
     
    
    Dim info As DateTimeFormatInfo
    Dim dateDefault As Date
     
    Dim instance As New SpreadDropDownMonthCalendar(info, dateDefault)
    public SpreadDropDownMonthCalendar( 
       DateTimeFormatInfo info,
       DateTime dateDefault
    )

    Parameters

    info
    Defines how System.DateTime values are formatted and displayed.
    dateDefault
    The default value for SpreadDropDownMonthCalendar
    See Also