RateCollection.Add
Add(DateTime)
Yeni bir eklerRate bu koleksiyona örnek.
public Rate Add(DateTime ratesFrom)
| Parametre | Tip | Tanım |
|---|---|---|
| ratesFrom | DateTime | Yeni oranın yürürlüğe girdiği tarih. |
Geri dönüş değeri
KatmaRate misal.
Ayrıca bakınız
- class Rate
- class RateCollection
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks
Add(DateTime, RateType)
Yeni bir eklerRate bu koleksiyona örnek.
public Rate Add(DateTime ratesFrom, RateType type)
| Parametre | Tip | Tanım |
|---|---|---|
| ratesFrom | DateTime | Yeni oranın yürürlüğe girdiği tarih. |
| type | RateType | Eklenecek oran tablosu. |
Geri dönüş değeri
KatmaRate misal.
Ayrıca bakınız
- class Rate
- enum RateType
- class RateCollection
- ad alanı Aspose.Tasks
- toplantı Aspose.Tasks