Description
Gets or sets the month, (1 - 12) of the year, used to get average liquid water data.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AverageDataMonth() As Integer
|
| [C#] |
|---|
public int AverageDataMonth {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_AverageDataMonth(); public: __property void set_AverageDataMonth( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AverageDataMonth( int * pRetVal ); public: HRESULT put_AverageDataMonth( int NewAverageDataMonth );
|
| [Java] |
|---|
public ppInteger getAverageDataMonth();public void setAverageDataMonth( ppInteger );
|
See Also