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





Description

The UTC Day Number of the date of interest.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WholeDaysUTC() As Integer

[C#]
public int WholeDaysUTC {get; set;}

[Managed C++]
public: __property int get_WholeDaysUTC();
public: __property void set_WholeDaysUTC(
int
);

[Unmanaged C++]
public: HRESULT get_WholeDaysUTC(
long * pRetVal
);
public: HRESULT put_WholeDaysUTC(
long NewWholeDaysUTC
);

[Java]
public int getWholeDaysUTC();public void setWholeDaysUTC(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1