Function isDst [src]

Prototype

pub fn isDst(self: Timetype) bool

Parameters

self: Timetype

Source

pub fn isDst(self: Timetype) bool { return (self.flags & 0x01) > 0; }