| Quintiq file version 2.0 | 
| #parent: #root | 
| Method InitializePeriodOfTimeExport | 
| { | 
|   TextBody: | 
|   [* | 
|     // Clean PeriodOfTimeCache attribute | 
|     this.PeriodOfTimeCache( '' ); | 
|      | 
|     // Flush relation LibSCIPeriodOfTime | 
|     this.LibSCIPeriodOfTime( relflush ); | 
|      | 
|     header := LibSCIPeriodOfTime::GetHeader(); | 
|     this.PeriodOfTimeCache( header ); | 
|   *] | 
| } |