Versions in this module Expand all Collapse all v0 v0.1.0 Nov 30, 2020 Changes in this version + const UNKNOWN + var FR = Weekday + var MO = Weekday + var SA = Weekday + var SU = Weekday + var TH = Weekday + var TU = Weekday + var WE = Weekday + func NewI18NBundle(path string) (*i18n.Bundle, error) + type DateFormatter interface + Format func(year int, month time.Month, day int) string + MonthName func(month time.Month) string + Nth func(i int) string + WeekdayName func(wDay Weekday) string + func NewDateFormatterSimple(loc *i18n.Localizer) DateFormatter + type Frequency int + const DAILY + const HOURLY + const MINUTELY + const MONTHLY + const SECONDLY + const WEEKLY + const YEARLY + type HRRule struct + func (imp *HRRule) Humanize(rule *ROption, lang string) (string, error) + type Humanizer interface + Humanize func(rule *ROption, lang string) (string, error) + func New(bundle *i18n.Bundle) (Humanizer, error) + type ListMode int + const IsINT + const IsMONTH + const IsNTH + type ROption struct + Byeaster []int + Byhour []int + Byminute []int + Bymonth []int + Bymonthday []int + Bysecond []int + Bysetpos []int + Byweekday []Weekday + Byweekno []int + Byyearday []int + Count int + Dtstart time.Time + Freq Frequency + Interval int + Until time.Time + Wkst Weekday + func FromROption(o *rrule.ROption) *ROption + func StrToROption(rRuleStr string) (*ROption, error) + type Weekday struct + func FromWeekdaySlice(weekdays []rrule.Weekday) []Weekday + func NewWeekday(weekday int, n int) Weekday + func (wday *Weekday) Day() int + func (wday *Weekday) N() int + func (wday *Weekday) Nth(n int) Weekday + func (wday *Weekday) String() string