Click or drag to resize
Periodicity Enumeration
Enum describing a time step in terms of its temperal extent.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum Periodicity
Members
  Member nameValueDescription
Yearly0 When time steps correspond to actual years.
Monthly1 When time steps correspond to actual months.
Weekly2 When time steps correspond to acutal weeks.
Daily3 When time steps correspond to actual days.
MonthOfTheYear4 When time step corresponds to the month of year independent on acutal year.
WeekOfTheYear5 When time step corresponds to the week of year independent on acutal year.
DayOfTheYear6 When time step corresponds to the day of year independent on actutal year.
See Also