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





Description

Contains values between 0.0 and 86400 with the exception of when the date is inside a leap second in which case the SecIntoDay can become as large as 86401.0

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecIntoDayUTC() As Double

[C#]
public double SecIntoDayUTC {get; set;}

[Managed C++]
public: __property double get_SecIntoDayUTC();
public: __property void set_SecIntoDayUTC(
double
);

[Unmanaged C++]
public: HRESULT get_SecIntoDayUTC(
double * pRetVal
);
public: HRESULT put_SecIntoDayUTC(
double NewSecIntoDayUTC
);

[Java]
public double getSecIntoDayUTC();public void setSecIntoDayUTC(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1