utIndicator
Function parameters
Parameters
Type definitions in this namespace
Types
Source
Implementation
pub fn utIndicator(self: Timetype) bool {
return (self.flags & 0x04) > 0;
}Function parameters
Type definitions in this namespace
Source
pub fn utIndicator(self: Timetype) bool {
return (self.flags & 0x04) > 0;
}