Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zeiteinheit ¶
type Zeiteinheit int
Zeiteinheit ist eine Auflistung möglicher Einheiten zur Verwendung in zeitbezogenen Angaben.
const ( Sekunde Zeiteinheit = iota + 1 // second Minute // minute Stunde // hour ViertelStunde // quarter-hour Tag // day Woche // week Monat // month Quartal // 1/4 year Halbjahr // 1/2 half year Jahr // year )
func (Zeiteinheit) MarshalJSON ¶
func (r Zeiteinheit) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Zeiteinheit satisfies json.Marshaler.
func (Zeiteinheit) String ¶
func (i Zeiteinheit) String() string
func (*Zeiteinheit) UnmarshalJSON ¶
func (r *Zeiteinheit) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Zeiteinheit satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.