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; }