Date Struct
Date Struct
Represents a date and time.
type Date int32
Fields
| Field | Description |
|---|---|
| year | Year component (1-9999). |
| month | Month component (1-12). |
| day | Day component (1-31). |
| hour | Hour component (0-23). |
| minute | Minute component (0-59). |
| second | Second component (0-59). |
| millisecond | Millisecond component (0-999). |
| dateKind | Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified. |