STK AgAsHpopPluginSend comments on this topic.
RefEpochElements Method (IAgAsHpopPluginResultPostEval)
See Also
Scale
WholeDays
SecsIntoDay
Year
DayOfYear
Month
DayOfMonth
Hour
Minute
Seconds
Windows





Windows & Linux

Description

Reference epoch expressed in requested time scale in day count and date formats. WholeDays, SecsIntoDay, Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60].

Syntax

[Visual Basic .NET]
Public Sub RefEpochElements( _
    ByVal Scale As AgEUtTimeScale, _
    ByRef WholeDays As Integer, _
    ByRef SecsIntoDay As Double, _
    ByRef Year As Integer, _
    ByRef DayOfYear As Integer, _
    ByRef Month As Integer, _
    ByRef DayOfMonth As Integer, _
    ByRef Hour As Integer, _
    ByRef Minute As Integer, _
    ByRef Seconds As Double _
)
[C#]
public void RefEpochElements(
    AgEUtTimeScale Scale,
    ref int WholeDays,
    ref double SecsIntoDay,
    ref int Year,
    ref int DayOfYear,
    ref int Month,
    ref int DayOfMonth,
    ref int Hour,
    ref int Minute,
    ref double Seconds
);
[Managed C++]
public: void RefEpochElements(
    AgEUtTimeScale Scale,
    int ^ WholeDays,
    double ^ SecsIntoDay,
    int ^ Year,
    int ^ DayOfYear,
    int ^ Month,
    int ^ DayOfMonth,
    int ^ Hour,
    int ^ Minute,
    double ^ Seconds
);
[Unmanaged C++]
public: HRESULT RefEpochElements(
    AgEUtTimeScale Scale,
    long * WholeDays,
    double * SecsIntoDay,
    long * Year,
    long * DayOfYear,
    long * Month,
    long * DayOfMonth,
    long * Hour,
    long * Minute,
    double * Seconds
);

Parameters

Scale
WholeDays
SecsIntoDay
Year
DayOfYear
Month
DayOfMonth
Hour
Minute
Seconds

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.