WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / DateList Class / Add Method
The System.DateTime value to be added to the end of the Collection.
In This Topic
    Add Method (DateList)
    In This Topic
    Adds a System.DateTime value to the end of the Collection.
    Syntax
    public new void Add( 
       DateTime item
    )

    Parameters

    item
    The System.DateTime value to be added to the end of the Collection.
    See Also