rislai
2024-07-24 a1cd43ce773e1ed72408fc174ee701e02065f7d0
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Function CalcDurationGapWithPrevious
{
  TextBody:
  [*
    value := guard( this.Start() - this.PreviousCampaign().End(), Duration::Zero() );
    
    this.DurationGapWithPrevious( value );
  *]
}