Documentation ¶
Index ¶
- type LocalDate
- func (d LocalDate) Equals(o LocalDate) bool
- func (d LocalDate) GetDay() int
- func (d LocalDate) GetMonth() time.Month
- func (d LocalDate) GetYear() int
- func (d LocalDate) IsBefore(o LocalDate) bool
- func (d LocalDate) MarshalJSON() ([]byte, error)
- func (d LocalDate) MinusDays(days int) LocalDate
- func (d LocalDate) MinusMonths(months int) LocalDate
- func (d LocalDate) PlusDays(days int) LocalDate
- func (d LocalDate) PlusMonths(months int) LocalDate
- func (d LocalDate) PlusYears(years int) LocalDate
- func (d LocalDate) String() string
- func (d LocalDate) ToString() gocommon.String
- func (d *LocalDate) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDate ¶
func (LocalDate) MarshalJSON ¶ added in v1.0.12
func (LocalDate) MinusMonths ¶
func (LocalDate) PlusMonths ¶
func (*LocalDate) UnmarshalJSON ¶ added in v1.0.12
Click to show internal directories.
Click to hide internal directories.