Function utIndicator [src]
Prototype
pub fn utIndicator(self: Timetype) bool Parameters
self: Timetype Source
pub fn utIndicator(self: Timetype) bool {
return (self.flags & 0x04) > 0;
} pub fn utIndicator(self: Timetype) bool self: Timetype pub fn utIndicator(self: Timetype) bool {
return (self.flags & 0x04) > 0;
}