time.Time.Hour (method)
4 uses
time (current package)
time.go#L553: func (t Time) Hour() int {
archive/zip
struct.go#L244: fTime = uint16(t.Second()/2 + t.Minute()<<5 + t.Hour()<<11)
github.com/jackc/pgtype
time.go#L39: usec := int64(value.Hour())*microsecondsPerHour +
timestamp.go#L42: *dst = Timestamp{Time: time.Date(value.Year(), value.Month(), value.Day(), value.Hour(), value.Minute(), value.Second(), value.Nanosecond(), time.UTC), Status: Present}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |