zeiteinheit

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2021 License: MIT Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL