C# 클래스 Fan.Sys.TimeZone.Rule

파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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