Add
Contents
[
Hide
]
RateCollection.Add method (1 of 2)
Adds a new Rate
instance to this collection.
public Rate Add(DateTime ratesFrom)
Parameter | Type | Description |
---|---|---|
ratesFrom | DateTime | The date the new rate comes into effect. |
Return Value
Added Rate
instance.
See Also
- class Rate
- class RateCollection
- namespace Aspose.Tasks
- assembly Aspose.Tasks
RateCollection.Add method (2 of 2)
Adds a new Rate
instance to this collection.
public Rate Add(DateTime ratesFrom, RateType type)
Parameter | Type | Description |
---|---|---|
ratesFrom | DateTime | The date the new rate comes into effect. |
type | RateType | The rate table to add into. |
Return Value
Added Rate
instance.
See Also
- class Rate
- enum RateType
- class RateCollection
- namespace Aspose.Tasks
- assembly Aspose.Tasks