Description
The Julian Day Number of the date of interest.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property WholeDays() As Integer
|
| [C#] |
|---|
public int WholeDays {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_WholeDays(); public: __property void set_WholeDays(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WholeDays(
long * pVal
);
public: HRESULT put_WholeDays(
long WholeDays
);
|
| [Java] |
|---|
public int getWholeDays();
public void setWholeDays(
int
);
|
| [Python - STK API] |
|---|
@property
def WholeDays(self) -> int:
@WholeDays.setter
def WholeDays(self, WholeDays:int) -> None:
|
See Also