ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / DateList Class / Add Method
The System.DateTime value to add.

In This Topic
    Add Method (DateList)
    In This Topic
    Adds new date to the list.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As System.Date _
    ) 
    public void Add( 
       System.DateTime item
    )

    Parameters

    item
    The System.DateTime value to add.
    See Also