Метод | Описание | |
---|---|---|
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 ( |
protected Format ( ITimeFormatter formatter ) : string | ||
formatter | ITimeFormatter | |
Результат | string |
public IsSamePeriod ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public PlayTimeRange ( System.DateTime start, System.DateTime end, PlayDirection direction = PlayDirection.Forward ) : System | ||
start | System.DateTime | |
end | System.DateTime | |
direction | PlayDirection | |
Результат | System |
public PlayTimeRange ( IPlayTimeRange copy ) : System | ||
copy | IPlayTimeRange | |
Результат | System |
public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
newStart | System.DateTime | |
newEnd | System.DateTime | |
Результат | void |