cal

package
v0.0.0-...-396bba6 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalenarDO

type CalenarDO interface {
	CurrentQuarter() (result int)
}

func NewCalendar

func NewCalendar(dataTime time.Time) CalenarDO

type CalenarName

type CalenarName interface {
	GetName() (name string)
	CurrentQuarter() (result int)
}

func NewCalendarWithName

func NewCalendarWithName(dataTime time.Time, name string) CalenarName

Jump to

Keyboard shortcuts

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