# Functions
ParseDuration parses the given string according to the ISO 8601 duration representation.
ParseInterval parses the given string according to the ISO 8601 time interval representation.
ParseRecurringInterval parses the given string according to the ISO 8601 recurring time interval representation.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Duration is the type of an ISO 8601 duration.
Interval is the type of an ISO 8601 time interval.
RecurringInterval is the type of an ISO 8601 recurring time interval.