C# Class Fan.Sys.TimeZone.Rule

Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
dstAbbr string
dstEnd DstTime
dstOffset int
dstStart DstTime
offset int
startYear int
stdAbbr string

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

Property Details

dstAbbr public_oe property

public string dstAbbr
Résultat string

dstEnd public_oe property

public DstTime dstEnd
Résultat DstTime

dstOffset public_oe property

public int dstOffset
Résultat int

dstStart public_oe property

public DstTime dstStart
Résultat DstTime

offset public_oe property

public int offset
Résultat int

startYear public_oe property

public int startYear
Résultat int

stdAbbr public_oe property

public string stdAbbr
Résultat string