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

SetPeriod2(Integer)

Declaration

Void SetPeriod2(Integer period2)

Examples

NSStatusMonitorPeriods thing;
Integer period2;
thing.SetPeriod2(period2);

Parameters

Type Name Description
Integer period2 Days in the second period.

Returns

Type Description
Void

SetPeriod3(Integer)

Declaration

Void SetPeriod3(Integer period3)

Examples

NSStatusMonitorPeriods thing;
Integer period3;
thing.SetPeriod3(period3);

Parameters

Type Name Description
Integer period3 Days in the third period.

Returns

Type Description
Void