Gets or sets the Julian Day Number of the date of interest.
Read-write property
[Visual Basic .NET] |
---|
Public Property WholeDays() As Integer |
[C#] |
---|
public int WholeDays {get; set;} |
[Managed C++] |
---|
public: __property int get_WholeDays(); |
[Unmanaged C++] |
---|
public: HRESULT get_WholeDays( long * pVal ); public: HRESULT put_WholeDays( long WholeDays ); |
[Java] |
---|
public int getWholeDays(); public void setWholeDays( int ); |