STK AgCrdnPluginSend comments on this topic.
DayCount Method (IAgCrdnCalcScalarPluginResultEval)
See Also
Scale
WholeDays
SecsIntoDay
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT DayCount(
    AgEUtTimeScale Scale,
    long * WholeDays,
    double * SecsIntoDay
);

Parameters

Scale
WholeDays
SecsIntoDay

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.