adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / DateCriterionCollection Class
Members


In This Topic
    DateCriterionCollection Class
    In This Topic
    Object Model
    DateCriterionCollection ClassDateCriterion Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class DateCriterionCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of DateCriterion)
    [DefaultMember("Item")]
    public ref class DateCriterionCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<DateCriterion> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.DateCriterionCollection

    See Also