com.squarespace.cldrengine.internal.CalendarFields Maven / Gradle / Ivy
The newest version!
package com.squarespace.cldrengine.internal;
import com.squarespace.cldrengine.api.DayPeriodAltType;
public class CalendarFields {
public final Vector2Arrow weekdays;
public final Vector2Arrow months;
public final Vector2Arrow quarters;
public final Vector3Arrow dayPeriods;
public CalendarFields(
Vector2Arrow weekdays,
Vector2Arrow months,
Vector2Arrow quarters,
Vector3Arrow dayPeriods) {
this.weekdays = weekdays;
this.months = months;
this.quarters = quarters;
this.dayPeriods = dayPeriods;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy