C# Класс Fan.Sys.TimeZone.Rule

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dstAbbr string
dstEnd DstTime
dstOffset int
dstStart DstTime
offset int
startYear int
stdAbbr string

Открытые методы

Метод Описание
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"

Описание методов

isWallTime() публичный Метод

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
Результат bool

Описание свойств

dstAbbr публичное свойство

public string dstAbbr
Результат string

dstEnd публичное свойство

public DstTime dstEnd
Результат DstTime

dstOffset публичное свойство

public int dstOffset
Результат int

dstStart публичное свойство

public DstTime dstStart
Результат DstTime

offset публичное свойство

public int offset
Результат int

startYear публичное свойство

public int startYear
Результат int

stdAbbr публичное свойство

public string stdAbbr
Результат string