CalendarIntervalsProcessorSplitInterval - метод
Пространство имён: Tessa.BusinessCalendarСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public (IBusinessCalendarInterval LeftInterval, IBusinessCalendarInterval RightInterval) SplitInterval(
IBusinessCalendarInterval interval,
DateTime splitDateTime,
bool otherIsNotWorkingTime,
string othertName = null,
bool inverseDirection = false
)
Public Function SplitInterval (
interval As IBusinessCalendarInterval,
splitDateTime As DateTime,
otherIsNotWorkingTime As Boolean,
Optional othertName As String = Nothing,
Optional inverseDirection As Boolean = false
) As (LeftInterval As IBusinessCalendarInterval, RightInterval As IBusinessCalendarInterval)
public:
virtual ValueTuple<IBusinessCalendarInterval^, IBusinessCalendarInterval^> SplitInterval(
IBusinessCalendarInterval^ interval,
DateTime splitDateTime,
bool otherIsNotWorkingTime,
String^ othertName = nullptr,
bool inverseDirection = false
) sealed
abstract SplitInterval :
interval : IBusinessCalendarInterval *
splitDateTime : DateTime *
otherIsNotWorkingTime : bool *
?othertName : string *
?inverseDirection : bool
(* Defaults:
let _othertName = defaultArg othertName null
let _inverseDirection = defaultArg inverseDirection false
*)
-> ValueTuple<IBusinessCalendarInterval, IBusinessCalendarInterval>
override SplitInterval :
interval : IBusinessCalendarInterval *
splitDateTime : DateTime *
otherIsNotWorkingTime : bool *
?othertName : string *
?inverseDirection : bool
(* Defaults:
let _othertName = defaultArg othertName null
let _inverseDirection = defaultArg inverseDirection false
*)
-> ValueTuple<IBusinessCalendarInterval, IBusinessCalendarInterval>
- interval IBusinessCalendarInterval
-
- splitDateTime DateTime
-
- otherIsNotWorkingTime Boolean
-
- othertName String (Optional)
-
- inverseDirection Boolean (Optional)
-
ValueTupleIBusinessCalendarInterval,
IBusinessCalendarIntervalICalendarIntervalsProcessorSplitInterval(IBusinessCalendarInterval, DateTime, Boolean, String, Boolean)