AGI AgGator 11 Send comments on this topic.
DayCount Method (IAgGatorPluginResultState)
See Also 
Scale
Requested time scale
WholeDays

Number of whole days in the time scale of the current time

SecsIntoDay
Seconds into the day of the current time





Description

Current epoch in requested time scale expressed in day count format.

Syntax

[Visual Basic .NET]
Public Sub DayCount( _
   ByVal Scale As AgEUtTimeScale, _
   ByRef WholeDays As Integer, _
   ByRef SecsIntoDay As Double _
) 

[C#]
public void DayCount(
AgEUtTimeScale Scale,
ref int WholeDays,
ref double SecsIntoDay
);

[Managed C++]
public: void DayCount(
AgEUtTimeScale Scale,
int ^ WholeDays,
double ^ SecsIntoDay
);

[Java]
public  dayCount(
AgEUtTimeScale Scale,
int WholeDays,
double SecsIntoDay
);

[Unmanaged C++]
public: HRESULT DayCount(
AgEUtTimeScale Scale,
long * WholeDays,
double * SecsIntoDay
);

Parameters

Scale
Member Value Description
eUtTimeScaleUTC 0  
eUtTimeScaleTAI 1  
eUtTimeScaleTDT 2  
eUtTimeScaleUT1 3  
eUtTimeScaleSTKEpochSec 4  
eUtTimeScaleTDB 5  
eUtTimeScaleGPS 6  
Requested time scale
WholeDays

Number of whole days in the time scale of the current time

SecsIntoDay
Seconds into the day of the current time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1