C# Class Fan.Sys.TimeZone.Rule

Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
dstAbbr string
dstEnd DstTime
dstOffset int
dstStart DstTime
offset int
startYear int
stdAbbr string

Public Methods

Method Description
isWallTime ( ) : bool

Return if this rule is wall time based. We take a shortcut and assume that both start/end both use the same atMode - right now (2007) it appears this is a valid assumption with the single obscure exception being "Pacific/Tongatapu"

Method Details

isWallTime() public method

Return if this rule is wall time based. We take a shortcut and assume that both start/end both use the same atMode - right now (2007) it appears this is a valid assumption with the single obscure exception being "Pacific/Tongatapu"
public isWallTime ( ) : bool
return bool

Property Details

dstAbbr public property

public string dstAbbr
return string

dstEnd public property

public DstTime dstEnd
return DstTime

dstOffset public property

public int dstOffset
return int

dstStart public property

public DstTime dstStart
return DstTime

offset public property

public int offset
return int

startYear public property

public int startYear
return int

stdAbbr public property

public string stdAbbr
return string