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
- 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.