STK UtilSend comments on this topic.
SecIntoDay Property (IAgDate)
See Also
Windows





Windows & Linux

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 SecIntoDay() As Double
[C#]
public double SecIntoDay {get; set;}
[Managed C++]
public: __property double get_SecIntoDay();
public: __property void set_SecIntoDay( double );
[Unmanaged C++]
public: HRESULT get_SecIntoDay(
    double * pVal
);
public: HRESULT put_SecIntoDay(
    double SecIntoDay
);
[Java]
public double getSecIntoDay();
public void setSecIntoDay(
    double
);
[Python - STK API ]
@property
def SecIntoDay(self) -> float:

@SecIntoDay.setter
def SecIntoDay(self, SecIntoDay:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.