AGI STK Util 11 Send comments on this topic.
WholeDays Property (IAgDate)
See Also 





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 * pRetVal
);
public: HRESULT put_WholeDays(
long NewWholeDays
);

[Java]
public int getWholeDays();public void setWholeDays(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1