xtime955

package
v0.0.0-...-fad138e Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Nanosecond  = time.Nanosecond
	Microsecond = time.Microsecond
	Millisecond = time.Millisecond
	Second      = time.Second
	Minute      = time.Minute
	HalfHour    = time.Minute * 30
	Hour        = time.Hour

	Day     = time.Hour * 24
	WorkDay = time.Hour * 8
	RestDay = Day - WorkDay

	Week     = Day * 7
	WorkWeek = WorkDay * 5
	RestWeek = Week - WorkWeek

	Month     = Day * 30
	RestMonth = RestDay * 4
	WorkMonth = Day - RestMonth

	Quarter     = Day * 91
	RestQuarter = RestDay * 14
	WorkQuarter = Day - RestQuarter

	Year     = Day * 365
	RestYear = RestDay * 58
	WorkYear = Year - RestYear
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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