lihongji
2024-06-05 63edfee9e4f8b3f5810386815816e126312eb6a6
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Function CalcDuration
{
  TextBody:
  [*
    value := this.End() - this.Start();
    
    this.Duration( value );
  *]
}