Class NSStatusMonitorPeriods
Obsolete, use SaintConfiguration carrier and methods instead. Was:Definition of the three periods for status monitors.
Constructors
NSStatusMonitorPeriods()
Initializes a new instance of the NSStatusMonitorPeriods class.
Declaration
NSStatusMonitorPeriods Methods
GetPeriod1()
Declaration
Integer GetPeriod1() Examples
NSStatusMonitorPeriods thing;
Integer period1 = thing.GetPeriod1();
Returns
| Type | Description |
| Integer | Days in the first period. |
GetPeriod2()
Declaration
Integer GetPeriod2() Examples
NSStatusMonitorPeriods thing;
Integer period2 = thing.GetPeriod2();
Returns
| Type | Description |
| Integer | Days in the second period. |
GetPeriod3()
Declaration
Integer GetPeriod3() Examples
NSStatusMonitorPeriods thing;
Integer period3 = thing.GetPeriod3();
Returns
| Type | Description |
| Integer | Days in the third period. |
SetPeriod1(Integer)
Declaration
Void SetPeriod1(Integer period1) Examples
NSStatusMonitorPeriods thing;
Integer period1;
thing.SetPeriod1(period1);
Parameters
| Type | Name | Description |
| Integer | period1 | Days in the first period. |
Returns
| Type | Description |
| Void |