Searched refs:Year (Results 1 – 4 of 4) sorted by relevance
526 Year *int32 `protobuf:"varint,1,opt,name=year" json:"year,omitempty"` member569 if x != nil && x.Year != nil {570 return *x.Year
215 // Year of the date. Must be from 1 to 9999, or 0 to specify a date without
172 fDate = uint16(t.Day() + int(t.Month())<<5 + (t.Year()-1980)<<9)
256 // Year of the date. Must be from 1 to 9999, or 0 to specify a date without