Documentation
¶
Index ¶
- Constants
- type Class
- func (c *Class) AsSqlNullTime() (sql.NullTime, error)
- func (c *Class) AsString() string
- func (c *Class) AsTime() time.Time
- func (c *Class) Equals(other *Class) bool
- func (c *Class) IsAfter(other *Class) bool
- func (c *Class) IsAfterOrEquals(other *Class) bool
- func (c *Class) IsBefore(other *Class) bool
- func (c *Class) IsBeforeOrEquals(other *Class) bool
- func (c *Class) IsIndeterminate() bool
- func (c *Class) OffsetAndClone(offset int) *Class
Constants ¶
View Source
const ( FormatDefault = "2006-01-02" Indeterminate = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Class ¶
type Class struct {
// contains filtered or unexported fields
}
func NewFromString ¶
func NewFromTime ¶
func (*Class) IsAfterOrEquals ¶
func (*Class) IsBeforeOrEquals ¶
func (*Class) IsIndeterminate ¶
func (*Class) OffsetAndClone ¶
Click to show internal directories.
Click to hide internal directories.