Current epoch in requested time scale expressed in day count format.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT DayCount( AgEUtTimeScale Scale, long * WholeDays, double * SecsIntoDay ); |
- Scale
- WholeDays
- SecsIntoDay