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