Documentation
¶
Overview ¶
Package duration copied as it is from github.com/senseyeio/duration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Duration ¶
type Duration struct {
// If Inf is true, the other components should be ignored
Inf bool
// Date component
Year int
Month int
Week int
Day int
// Time Component
Hour int
Minute int
Second int
}
Duration represents an ISO8601 duration with Rill-specific extensions. See ParseISO8601 for details.
func ParseISO8601 ¶
ParseISO8601 parses an ISO8601 duration as well as some Rill-specific extensions. (Section 3.7 of the standard supposedly allows extensions that do not interfere with the standard.) The only current extension is "inf", for representing an unbounded duration of time.
Click to show internal directories.
Click to hide internal directories.