STK AgAccessConstraintPluginSend comments on this topic.
DayCount Method (IAgAccessConstraintPluginResultEval)
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.
Windows





Windows & Linux

Description

The current time in requested time scale of the object that is the clock host 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
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

© 2024 Analytical Graphics, Inc. All Rights Reserved.