Uses of Class
com.aspose.tasks.Rate
-
-
Uses of Rate in com.aspose.tasks
Methods in com.aspose.tasks that return Rate Modifier and Type Method Description RateRateCollection. add(Date ratesFrom)Adds a newRateinstance to this collection.RateRateCollection. add(Date ratesFrom, int type)Adds a newRateinstance to this collection.Methods in com.aspose.tasks that return types with arguments of type Rate Modifier and Type Method Description List<Rate>RateCollection. toList()Converts theRateCollectionobject to a list ofRateobjects.List<Rate>RateCollection. toList(int type)Methods in com.aspose.tasks with parameters of type Rate Modifier and Type Method Description booleanRateCollection. remove(Rate item)Removes Rate instance from this collection.
-