LocalTime.hasDST

Whether this time zone has Daylight Savings Time at any point in time. Note that for some time zone types it may not have DST for current dates but will still return true for hasDST because the time zone did at some point have DST.

class LocalTime
@property override @trusted const nothrow
bool
hasDST
()

Meta