Skip to content

TimeInterval🔗

Definition🔗

public class TimeInterval {
  public List<TimeRange> times;
  public List<WeekdayRange> weekdays;
  public List<DayOfMonthRange> daysOfMonth;
  public List<MonthRange> months;
  public List<YearRange> years;
  public String location;
}

See also🔗