Enum describing a time step in terms of its temperal extent.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax Public Enumeration Periodicity
public enum class Periodicity
Members
| Member name | Value | Description |
---|
| Yearly | 0 |
When time steps correspond to actual years.
|
| Monthly | 1 |
When time steps correspond to actual months.
|
| Weekly | 2 |
When time steps correspond to acutal weeks.
|
| Daily | 3 |
When time steps correspond to actual days.
|
| MonthOfTheYear | 4 |
When time step corresponds to the month of year independent on acutal year.
|
| WeekOfTheYear | 5 |
When time step corresponds to the week of year independent on acutal year.
|
| DayOfTheYear | 6 |
When time step corresponds to the day of year independent on actutal year.
|
See Also