Enumeration
Statistic​Period
public enum StatisticPeriod
Relationships
Conforms To
Hashable
Enumeration Cases
year
case year(: Int)
week
case week(year: Int, week: Int)
month
case month(year: Int, month: Int)
day
case day(year: Int, month: Int, day: Int)
Properties
string​Representation
var stringRepresentation: String
Will map to the proper backend string representation of the reaspective periods.