public class DateTimeListWrapper extends Object implements com.aspose.ms.System.Collections.Generic.IGenericList<Date>
Constructor and Description |
---|
DateTimeListWrapper(com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.DateTime> instance) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(Date arg0) |
void |
clear() |
boolean |
containsItem(Date arg0) |
void |
copyToTArray(Date[] arg0,
int arg1) |
Date |
get_Item(int arg0) |
int |
indexOfItem(Date arg0) |
void |
insertItem(int arg0,
Date arg1) |
boolean |
isReadOnly() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Date> |
iterator() |
void |
removeAt(int arg0) |
boolean |
removeItem(Date arg0) |
void |
set_Item(int arg0,
Date arg1) |
int |
size() |
public DateTimeListWrapper(com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.DateTime> instance)
public void addItem(Date arg0)
addItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public void clear()
clear
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public boolean containsItem(Date arg0)
containsItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public void copyToTArray(Date[] arg0, int arg1)
copyToTArray
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public boolean isReadOnly()
isReadOnly
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public boolean removeItem(Date arg0)
removeItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public int size()
size
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<Date>
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Date> iterator()
public Date get_Item(int arg0)
get_Item
in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
public int indexOfItem(Date arg0)
indexOfItem
in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
public void insertItem(int arg0, Date arg1)
insertItem
in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>
public void removeAt(int arg0)
removeAt
in interface com.aspose.ms.System.Collections.Generic.IGenericList<Date>