lazhen
2024-06-19 af8d4a0e9a8236e8a2e579a8dbf0b2a2a014a2d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Quintiq file version 2.0
#parent: #root
Method SetUpdateInterval (
  Duration interval_i
) as LibCal_Calendar
{
  Description:
  [*
    Set the update interval of the calendar.
    The default that is set by the Software is 1 day.
    Note that setting UpdateInterval to Duration::Zero() sets Start to Base, and lets History be ignored. This makes it possible to have a calendar window 'in the past', for example for demo purposes.
  *]
  TextBody: 'return this.Update( this.Base(), interval_i, this.Window(), this.History() );'
}