Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / DayEventArgs Class / DayEventArgs Constructor
A System.DateTime value representing the value of a day in the WinCalendar control.


In This Topic
    DayEventArgs Constructor
    In This Topic
    Initializes a new instance of the DayEventArgs class specifying the System.DateTime value of a day in the WinCalendar control.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal date As Date _
    )
    'Usage
     
    Dim date As Date
     
    Dim instance As New DayEventArgs(date)
    public DayEventArgs( 
       DateTime date
    )

    Parameters

    date
    A System.DateTime value representing the value of a day in the WinCalendar control.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also