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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface