TimeZone.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 TimeZone
@property abstract @safe const nothrow
bool
hasDST
()

Meta