 | PeriodicityType Enumeration |
Periodicity type
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum PeriodicityType
Public Enumeration PeriodicityType
Members
| Member name | Value | Description |
---|
| Bimonthly | 4 | Each two month |
| Daily | 11 | Daily periodicity |
| Fortnightly | 2 | Twice a month |
| HalfYearly | 7 | Each six month |
| Monthly | 3 | Each month |
| None | 0 | None periodicity |
| Quarterly | 5 | Each three month |
| Thirdly | 6 | Each four month |
| TwoWeeks | 13 | Two weeks |
| UserMonthly | 10 | Each n'th month |
| UserWeekly | 9 | Each n'th week |
| UserYearly | 12 | User yearly |
| Weekly | 1 | Each week |
| Yearly | 8 | Each year |
See Also