Свойство | Type | Description | |
---|---|---|---|
Anytime |
Méthode | Description | |
---|---|---|
Copy ( ) : ITimeBlock | ||
Copy ( System.TimeSpan offset ) : ITimeBlock | ||
DurationFromEnd ( System.TimeSpan newDuration ) : void | ||
DurationFromStart ( System.TimeSpan newDuration ) : void | ||
Equals ( object obj ) : bool | ||
GetDescription ( ITimeFormatter formatter = null ) : string | ||
GetHashCode ( ) : int | ||
GetIntersection ( ITimePeriod period ) : ITimeBlock | ||
GetNextPeriod ( ) : ITimeBlock | ||
GetNextPeriod ( System.TimeSpan offset ) : ITimeBlock | ||
GetPreviousPeriod ( ) : ITimeBlock | ||
GetPreviousPeriod ( System.TimeSpan offset ) : ITimeBlock | ||
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 | ||
Setup ( System.DateTime newStart, System.TimeSpan newDuration ) : void | ||
TimeBlock ( ) : System | ||
TimeBlock ( System.DateTime start, System.DateTime end, bool isReadOnly = false ) : System | ||
TimeBlock ( System.DateTime start, System.TimeSpan duration, bool isReadOnly = false ) : System | ||
TimeBlock ( System.DateTime moment, bool isReadOnly = false ) : System | ||
TimeBlock ( ITimePeriod copy ) : System | ||
TimeBlock ( System.TimeSpan duration, System.DateTime end, bool isReadOnly = false ) : System | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
CheckModification ( ) : void | ||
ComputeHashCode ( ) : int | ||
Format ( ITimeFormatter formatter ) : string | ||
IsEqual ( object obj ) : bool | ||
TimeBlock ( ITimePeriod copy, bool isReadOnly ) : System |
Méthode | Description | |
---|---|---|
HasSameData ( |
||
TimeBlock ( bool isReadOnly = false ) : System |
public Copy ( System.TimeSpan offset ) : ITimeBlock | ||
offset | System.TimeSpan | |
Résultat | ITimeBlock |
public DurationFromEnd ( System.TimeSpan newDuration ) : void | ||
newDuration | System.TimeSpan | |
Résultat | void |
public DurationFromStart ( System.TimeSpan newDuration ) : void | ||
newDuration | System.TimeSpan | |
Résultat | void |
protected Format ( ITimeFormatter formatter ) : string | ||
formatter | ITimeFormatter | |
Résultat | string |
public GetDescription ( ITimeFormatter formatter = null ) : string | ||
formatter | ITimeFormatter | |
Résultat | string |
public GetIntersection ( ITimePeriod period ) : ITimeBlock | ||
period | ITimePeriod | |
Résultat | ITimeBlock |
public GetNextPeriod ( System.TimeSpan offset ) : ITimeBlock | ||
offset | System.TimeSpan | |
Résultat | ITimeBlock |
public GetPreviousPeriod ( System.TimeSpan offset ) : ITimeBlock | ||
offset | System.TimeSpan | |
Résultat | ITimeBlock |
public GetRelation ( ITimePeriod test ) : PeriodRelation | ||
test | ITimePeriod | |
Résultat | PeriodRelation |
public HasInside ( System.DateTime test ) : bool | ||
test | System.DateTime | |
Résultat | bool |
public HasInside ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Résultat | bool |
public IntersectsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Résultat | bool |
public IsSamePeriod ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Résultat | bool |
public Move ( System.TimeSpan offset ) : void | ||
offset | System.TimeSpan | |
Résultat | void |
public OverlapsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Résultat | bool |
public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
newStart | System.DateTime | |
newEnd | System.DateTime | |
Résultat | void |
public Setup ( System.DateTime newStart, System.TimeSpan newDuration ) : void | ||
newStart | System.DateTime | |
newDuration | System.TimeSpan | |
Résultat | void |
public TimeBlock ( System.DateTime start, System.DateTime end, bool isReadOnly = false ) : System | ||
start | System.DateTime | |
end | System.DateTime | |
isReadOnly | bool | |
Résultat | System |
public TimeBlock ( System.DateTime start, System.TimeSpan duration, bool isReadOnly = false ) : System | ||
start | System.DateTime | |
duration | System.TimeSpan | |
isReadOnly | bool | |
Résultat | System |
public TimeBlock ( System.DateTime moment, bool isReadOnly = false ) : System | ||
moment | System.DateTime | |
isReadOnly | bool | |
Résultat | System |
public TimeBlock ( ITimePeriod copy ) : System | ||
copy | ITimePeriod | |
Résultat | System |
protected TimeBlock ( ITimePeriod copy, bool isReadOnly ) : System | ||
copy | ITimePeriod | |
isReadOnly | bool | |
Résultat | System |
public TimeBlock ( System.TimeSpan duration, System.DateTime end, bool isReadOnly = false ) : System | ||
duration | System.TimeSpan | |
end | System.DateTime | |
isReadOnly | bool | |
Résultat | System |