Property | Type | Description | |
---|---|---|---|
Check | ConditionState |
Method | Description | |
---|---|---|
TimeRangeCondition ( IDateTimeService dateTimeService ) : System | ||
WithEnd ( Func |
||
WithEnd ( System.TimeSpan end ) : |
||
WithEndAdjustment ( System.TimeSpan value ) : |
||
WithStart ( Func |
||
WithStart ( System.TimeSpan start ) : |
||
WithStartAdjustment ( System.TimeSpan value ) : |
Method | Description | |
---|---|---|
Check ( ) : ConditionState |
public TimeRangeCondition ( IDateTimeService dateTimeService ) : System | ||
dateTimeService | IDateTimeService | |
return | System |
public WithEnd ( Func |
||
end | Func |
|
return |
public WithEnd ( System.TimeSpan end ) : |
||
end | System.TimeSpan | |
return |
public WithEndAdjustment ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
return |
public WithStart ( Func |
||
start | Func |
|
return |
public WithStart ( System.TimeSpan start ) : |
||
start | System.TimeSpan | |
return |
public WithStartAdjustment ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
return |