com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DateTimeListWrapper

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Date>, com.aspose.ms.System.Collections.Generic.IGenericList<Date>, com.aspose.ms.System.Collections.IEnumerable<Date>, Iterable<Date>


    public class DateTimeListWrapper
    extends Object
    implements com.aspose.ms.System.Collections.Generic.IGenericList<Date>
    • Constructor Detail

      • DateTimeListWrapper

        public DateTimeListWrapper(com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.DateTime> instance)
    • Method Detail

      • addItem

        public void addItem(Date arg0)
        Specified by:
        addItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • clear

        public void clear()
        Specified by:
        clear in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • containsItem

        public boolean containsItem(Date arg0)
        Specified by:
        containsItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • copyToTArray

        public void copyToTArray(Date[] arg0,
                        int arg1)
        Specified by:
        copyToTArray in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • isReadOnly

        public boolean isReadOnly()
        Specified by:
        isReadOnly in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • removeItem

        public boolean removeItem(Date arg0)
        Specified by:
        removeItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • size

        public int size()
        Specified by:
        size in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
      • iterator

        public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Date> iterator()
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Date>
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<Date>
        Specified by:
        iterator in interface Iterable<Date>
      • get_Item

        public Date get_Item(int arg0)
        Specified by:
        get_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
      • indexOfItem

        public int indexOfItem(Date arg0)
        Specified by:
        indexOfItem in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
      • insertItem

        public void insertItem(int arg0,
                      Date arg1)
        Specified by:
        insertItem in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
      • removeAt

        public void removeAt(int arg0)
        Specified by:
        removeAt in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
      • set_Item

        public void set_Item(int arg0,
                    Date arg1)
        Specified by:
        set_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>