time.Time.AddDate (method)
6 uses
time (current package)
time.go#L943: func (t Time) AddDate(years int, months int, days int) Time {
encoding/asn1
asn1.go#L362: ret = ret.AddDate(-100, 0, 0)
github.com/gotd/neo
time.go#L166: now := t.now.AddDate(years, months, days)
github.com/gotd/td/tdp
tdp.go#L60: max = now.AddDate(0, 0, 7).Unix()
tdp.go#L61: min = now.AddDate(-2, 0, 0).Unix()
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L542: res = res.AddDate(-100, 0, 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |