C# 클래스 Itenso.TimePeriodDemo.Player.PlayTimeRange

상속: Itenso.TimePeriod.TimeRange, IPlayTimeRange
파일 보기 프로젝트 열기: jwg4/date-difference 1 사용 예제들

공개 메소드들

메소드 설명
IsSamePeriod ( ITimePeriod test ) : bool
PlayTimeRange ( ) : System
PlayTimeRange ( System.DateTime start, System.DateTime end, PlayDirection direction = PlayDirection.Forward ) : System
PlayTimeRange ( IPlayTimeRange copy ) : System
RevertDirection ( ) : void
Setup ( System.DateTime newStart, System.DateTime newEnd ) : void

보호된 메소드들

메소드 설명
ComputeHashCode ( ) : int
Format ( ITimeFormatter formatter ) : string
IsEqual ( object obj ) : bool

비공개 메소드들

메소드 설명
HasSameData ( PlayTimeRange comp ) : bool

메소드 상세

ComputeHashCode() 보호된 메소드

protected ComputeHashCode ( ) : int
리턴 int

Format() 보호된 메소드

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
리턴 string

IsEqual() 보호된 메소드

protected IsEqual ( object obj ) : bool
obj object
리턴 bool

IsSamePeriod() 공개 메소드

public IsSamePeriod ( ITimePeriod test ) : bool
test ITimePeriod
리턴 bool

PlayTimeRange() 공개 메소드

public PlayTimeRange ( ) : System
리턴 System

PlayTimeRange() 공개 메소드

public PlayTimeRange ( System.DateTime start, System.DateTime end, PlayDirection direction = PlayDirection.Forward ) : System
start System.DateTime
end System.DateTime
direction PlayDirection
리턴 System

PlayTimeRange() 공개 메소드

public PlayTimeRange ( IPlayTimeRange copy ) : System
copy IPlayTimeRange
리턴 System

RevertDirection() 공개 메소드

public RevertDirection ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void
newStart System.DateTime
newEnd System.DateTime
리턴 void