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.
Read-write property
[Visual Basic .NET] |
---|
Public Property SecIntoDayUTC() As Double |
[C#] |
---|
public double SecIntoDayUTC {get; set;} |
[Managed C++] |
---|
public: __property double get_SecIntoDayUTC(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecIntoDayUTC( double * pVal ); public: HRESULT put_SecIntoDayUTC( double SecIntoDay ); |
[Java] |
---|
public double getSecIntoDayUTC(); public void setSecIntoDayUTC( double ); |