Documentation
¶
Index ¶
- type Partial
- func (d Partial) Day() optional.Optional[int8]
- func (d Partial) HasValue() bool
- func (d Partial) Hour() optional.Optional[int8]
- func (d Partial) Minute() optional.Optional[int8]
- func (d Partial) Month() optional.Optional[int8]
- func (d Partial) Second() optional.Optional[int8]
- func (d Partial) ToISOString() string
- func (d Partial) Year() optional.Optional[int32]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Partial ¶
type Partial struct {
// contains filtered or unexported fields
}
func NewPartial ¶
func (Partial) ToISOString ¶
Click to show internal directories.
Click to hide internal directories.