Gets or sets the month for ITU-R P.1510 Surface Temperatures.
Read-write property
[Visual Basic .NET] |
---|
Public Property ITU1510Month() As Integer |
[C#] |
---|
public int ITU1510Month {get; set;} |
[Managed C++] |
---|
public: __property int get_ITU1510Month(); |
[Unmanaged C++] |
---|
public: HRESULT get_ITU1510Month( int * pVal ); public: HRESULT put_ITU1510Month( int val ); |
[Java] |
---|
public Integer getITU1510Month(); public void setITU1510Month( Integer ); |