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 Rate
RateCollection. add(Date ratesFrom)
Adds a newRate
instance to this collection.Rate
RateCollection. add(Date ratesFrom, int type)
Adds a newRate
instance 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 theRateCollection
object to a list ofRate
objects.List<Rate>
RateCollection. toList(int type)
Methods in com.aspose.tasks with parameters of type Rate Modifier and Type Method Description boolean
RateCollection. remove(Rate item)
Removes Rate instance from this collection.
-