Description:
An object which incorporates the set of readings for a single meter within a utility invoice. Although most tariffs have only one Reading Group, there is no limit to the number of Reading Groups that can be defined in a tariff.
Properties:
Name |
Type |
Description |
StartDate |
DateTime |
The start date of the reading period. |
EndDate |
DateTime |
The end date of the reading period. |
Period |
DateRange |
The reading period. |
Examples:
Suppose there is a Reading Group named NatGas1
Expression |
Result |
[NG1].EndDate |
3/15/2010 12:00:00 AM |
[NG1].EndDate.DayOfYear |
74 |
[NG1].Period |
2/12/2010 12:00:00 AM - 3/15/2010 12:00:00 AM |
[NG1].Period.Days |
30 |