Scheduler for UWP | ComponentOne
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 Date _
    ) 
    public void Add( 
       DateTime item
    )

    Parameters

    item
    The System.DateTime value to add.
    See Also