Documentation ¶
Overview ¶
Package calendarinterval
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Second = CalendarInterval{"second"} Minute = CalendarInterval{"minute"} Hour = CalendarInterval{"hour"} Day = CalendarInterval{"day"} Week = CalendarInterval{"week"} Month = CalendarInterval{"month"} Quarter = CalendarInterval{"quarter"} Year = CalendarInterval{"year"} )
Functions ¶
This section is empty.
Types ¶
type CalendarInterval ¶
type CalendarInterval struct {
Name string
}
func (CalendarInterval) MarshalText ¶
func (c CalendarInterval) MarshalText() (text []byte, err error)
func (CalendarInterval) String ¶
func (c CalendarInterval) String() string
func (*CalendarInterval) UnmarshalText ¶
func (c *CalendarInterval) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.