Rockwell Automation 9307 FactoryTalk EnergyMetrix User Manual

Page 249

Advertising
background image

9

ReportsPlus

249

Properties

Methods

Enums

Interval Object

The Interval object presents a time period selected by the user when the Multi-purpose
Report is run.

Instancing

The Interval object is a creatable object.

Accessing

The Intervals object automatically creates Interval objects (accessible by using the Interval
property) and MPR script code can create additional Interval objects if needed.

Property

R/W

Description

Interval(index) As Interval

R

Collection of Interval objects that represent the
report date range in intervals

Method

Description

Intervals(IntervalType
intervalType, DateTime
startDate, DateTime
endDate)

Create an Intervals object containing Interval objects
representing the intervals between StartDate and EndDate,
inclusive

Enum

Description

IntervalType.Day
IntervalType.Month
IntervalType.Week

The types of intervals available. The user selects one of these
types when they run a Multi-Purpose report

Advertising