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