adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeList Class / Add Method

In This Topic
    Add Method (DateTimeList)
    In This Topic
    Adds a value to the list only if it is not already in the list.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal value As Date _
    ) As Boolean
    public bool Add( 
       DateTime value
    )

    Parameters

    value

    Return Value

    True if the value was added, or False if it was already in the list.
    See Also