C# Class Fan.Sys.TimeZone.Rule

Mostra 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_oe property

public string dstAbbr
return string

dstEnd public_oe property

public DstTime dstEnd
return DstTime

dstOffset public_oe property

public int dstOffset
return int

dstStart public_oe property

public DstTime dstStart
return DstTime

offset public_oe property

public int offset
return int

startYear public_oe property

public int startYear
return int

stdAbbr public_oe property

public string stdAbbr
return string