Documentation ¶
Index ¶
- Constants
- type Time
- func (t Time) Equals(t1 Time) bool
- func (t Time) EqualsAny(t1 any) bool
- func (a Time) EqualsSansIndex(b Time) bool
- func (t Time) GetGattung() schnittstellen.GattungLike
- func (t Time) GetSha() sha.Sha
- func (t Time) GetTime() time
- func (t Time) IsEmpty() bool
- func (t Time) Kopf() string
- func (t Time) Less(t1 Time) bool
- func (t Time) MarshalBinary() (text []byte, err error)
- func (t Time) MarshalText() (text []byte, err error)
- func (t *Time) MoveForwardIota()
- func (t *Time) Reset()
- func (t Time) Schwanz() string
- func (t *Time) Set(v string) (err error)
- func (t Time) String() string
- func (t *Time) UnmarshalBinary(text []byte) (err error)
- func (t *Time) UnmarshalText(text []byte) (err error)
Constants ¶
View Source
const ( Epoch = 1660007128 FormatDateTime = string_format_writer.StringFormatDateTime )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Time ¶
type Time struct {
// contains filtered or unexported fields
}
func TimeWithIndex ¶
func (Time) EqualsSansIndex ¶
func (Time) GetGattung ¶
func (t Time) GetGattung() schnittstellen.GattungLike
func (Time) MarshalBinary ¶
func (Time) MarshalText ¶
func (*Time) MoveForwardIota ¶
func (t *Time) MoveForwardIota()
func (*Time) UnmarshalBinary ¶
func (*Time) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.