Property | Type | Description | |
---|---|---|---|
Anytime |
Method | Description | |
---|---|---|
Copy ( ) : ITimeRange | ||
Copy ( System.TimeSpan offset ) : ITimeRange | ||
Equals ( object obj ) : bool | ||
ExpandEndTo ( System.DateTime moment ) : void | ||
ExpandStartTo ( System.DateTime moment ) : void | ||
ExpandTo ( System.DateTime moment ) : void | ||
ExpandTo ( ITimePeriod period ) : void | ||
GetDescription ( ITimeFormatter formatter = null ) : string | ||
GetHashCode ( ) : int | ||
GetIntersection ( ITimePeriod period ) : ITimeRange | ||
GetRelation ( ITimePeriod test ) : PeriodRelation | ||
HasInside ( System.DateTime test ) : bool | ||
HasInside ( ITimePeriod test ) : bool | ||
IntersectsWith ( ITimePeriod test ) : bool | ||
IsSamePeriod ( ITimePeriod test ) : bool | ||
Move ( System.TimeSpan offset ) : void | ||
OverlapsWith ( ITimePeriod test ) : bool | ||
Reset ( ) : void | ||
Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
ShrinkEndTo ( System.DateTime moment ) : void | ||
ShrinkStartTo ( System.DateTime moment ) : void | ||
ShrinkTo ( ITimePeriod period ) : void | ||
TimeRange ( ) : System | ||
TimeRange ( System.DateTime start, System.DateTime end, bool isReadOnly = false ) : System | ||
TimeRange ( System.DateTime start, System.TimeSpan duration, bool isReadOnly = false ) : System | ||
TimeRange ( System.DateTime moment, bool isReadOnly = false ) : System | ||
TimeRange ( ITimePeriod copy ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CheckModification ( ) : void | ||
ComputeHashCode ( ) : int | ||
Format ( ITimeFormatter formatter ) : string | ||
IsEqual ( object obj ) : bool | ||
TimeRange ( ITimePeriod copy, bool isReadOnly ) : System |
Method | Description | |
---|---|---|
HasSameData ( |
||
TimeRange ( bool isReadOnly = false ) : System |
public Copy ( System.TimeSpan offset ) : ITimeRange | ||
offset | System.TimeSpan | |
return | ITimeRange |
public ExpandEndTo ( System.DateTime moment ) : void | ||
moment | System.DateTime | |
return | void |
public ExpandStartTo ( System.DateTime moment ) : void | ||
moment | System.DateTime | |
return | void |
public ExpandTo ( System.DateTime moment ) : void | ||
moment | System.DateTime | |
return | void |
public ExpandTo ( ITimePeriod period ) : void | ||
period | ITimePeriod | |
return | void |
protected Format ( ITimeFormatter formatter ) : string | ||
formatter | ITimeFormatter | |
return | string |
public GetDescription ( ITimeFormatter formatter = null ) : string | ||
formatter | ITimeFormatter | |
return | string |
public GetIntersection ( ITimePeriod period ) : ITimeRange | ||
period | ITimePeriod | |
return | ITimeRange |
public GetRelation ( ITimePeriod test ) : PeriodRelation | ||
test | ITimePeriod | |
return | PeriodRelation |
public HasInside ( System.DateTime test ) : bool | ||
test | System.DateTime | |
return | bool |
public IntersectsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
return | bool |
public IsSamePeriod ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
return | bool |
public Move ( System.TimeSpan offset ) : void | ||
offset | System.TimeSpan | |
return | void |
public OverlapsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
return | bool |
public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
newStart | System.DateTime | |
newEnd | System.DateTime | |
return | void |
public ShrinkEndTo ( System.DateTime moment ) : void | ||
moment | System.DateTime | |
return | void |
public ShrinkStartTo ( System.DateTime moment ) : void | ||
moment | System.DateTime | |
return | void |
public ShrinkTo ( ITimePeriod period ) : void | ||
period | ITimePeriod | |
return | void |
public TimeRange ( System.DateTime start, System.DateTime end, bool isReadOnly = false ) : System | ||
start | System.DateTime | |
end | System.DateTime | |
isReadOnly | bool | |
return | System |
public TimeRange ( System.DateTime start, System.TimeSpan duration, bool isReadOnly = false ) : System | ||
start | System.DateTime | |
duration | System.TimeSpan | |
isReadOnly | bool | |
return | System |
public TimeRange ( System.DateTime moment, bool isReadOnly = false ) : System | ||
moment | System.DateTime | |
isReadOnly | bool | |
return | System |
public TimeRange ( ITimePeriod copy ) : System | ||
copy | ITimePeriod | |
return | System |
protected TimeRange ( ITimePeriod copy, bool isReadOnly ) : System | ||
copy | ITimePeriod | |
isReadOnly | bool | |
return | System |