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 * pVal
);
public: HRESULT put_AverageDataMonth(
int val
);
|
| [Java] |
|---|
public Integer getAverageDataMonth();
public void setAverageDataMonth(
Integer
);
|
See Also