Rockwell Automation 9307 FactoryTalk EnergyMetrix User Manual

Page 237

Advertising
background image

9

ReportsPlus

237

Properties

Methods

Day Object

The Day object presents a time period of one day.

Instancing

The Day object is a creatable object.

Accessing

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

Properties

Methods

Fiscal Month Object

The FiscalMonth object represents one fiscal month.

Instancing

The FiscalMonth object is not a creatable object

Accessing

Each FiscalMonth object is accessed via the FiscalMonths collection

Property

R/W

Description

Day(index) As Day

R

Collection of Day objects that represent the report date
range in periods of days

Method

Description

Days(StartDate As
DateTime, EndDate
As DateTime)

Create a Days object containing Day objects representing the days
between StartDate and EndDate, inclusive

Property

R/W

Description

StartDate As DateTime

R

The starting date of the Day object (1/1/2003 00:00:00)

EndDate As DateTime

R

The ending date of the Day object (1/2/2003 00:00:00)

Method

Description

Day(Date As DateTime)

Create a Day object representing a time period of one day

Advertising