Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
type Date struct { Day int // contains filtered or unexported fields }
notice Date is capitalized and visible out side of package notice fields are not capitalized and are not visible outside of package (package scope)
func (*Date) DisplayWorldDate ¶
func (d *Date) DisplayWorldDate()
Click to show internal directories.
Click to hide internal directories.