Documentation ¶
Index ¶
- type DateTime
- func (dt DateTime) After(other DateTime) bool
- func (dt DateTime) Before(other DateTime) bool
- func (dt DateTime) Compare(other DateTime) int
- func (dt DateTime) Equal(other DateTime) bool
- func (dt DateTime) MarshalJSON() ([]byte, error)
- func (dt *DateTime) Scan(src any) error
- func (dt DateTime) String() string
- func (dt DateTime) Sub(other DateTime) time.Duration
- func (dt *DateTime) UnmarshalBind(value string) error
- func (dt *DateTime) UnmarshalJSON(data []byte) error
- func (dt DateTime) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateTime ¶
func (DateTime) MarshalJSON ¶ added in v1.0.23
func (*DateTime) UnmarshalBind ¶
func (*DateTime) UnmarshalJSON ¶ added in v1.0.23
Click to show internal directories.
Click to hide internal directories.