Lines Matching defs:u32
82 pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> DateTime<Tz> { in and_hms()
91 pub fn and_hms_opt(&self, hour: u32, min: u32, sec: u32) -> Option<DateTime<Tz>> { in and_hms_opt()
101 pub fn and_hms_milli(&self, hour: u32, min: u32, sec: u32, milli: u32) -> DateTime<Tz> { in and_hms_milli()
113 hour: u32, in and_hms_milli_opt()
114 min: u32, in and_hms_milli_opt()
115 sec: u32, in and_hms_milli_opt()
116 milli: u32, in and_hms_milli_opt()
127 pub fn and_hms_micro(&self, hour: u32, min: u32, sec: u32, micro: u32) -> DateTime<Tz> { in and_hms_micro()
139 hour: u32, in and_hms_micro_opt()
140 min: u32, in and_hms_micro_opt()
141 sec: u32, in and_hms_micro_opt()
142 micro: u32, in and_hms_micro_opt()
153 pub fn and_hms_nano(&self, hour: u32, min: u32, sec: u32, nano: u32) -> DateTime<Tz> { in and_hms_nano()
165 hour: u32, in and_hms_nano_opt()
166 min: u32, in and_hms_nano_opt()
167 sec: u32, in and_hms_nano_opt()
168 nano: u32, in and_hms_nano_opt()
342 fn month(&self) -> u32 { in month()
346 fn month0(&self) -> u32 { in month0()
350 fn day(&self) -> u32 { in day()
354 fn day0(&self) -> u32 { in day0()
358 fn ordinal(&self) -> u32 { in ordinal()
362 fn ordinal0(&self) -> u32 { in ordinal0()