Description
Whether the scenario Epoch is the same as the
scenario's StartTime.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property UseAnalysisStartTimeForEpoch() As Boolean
|
[C#] |
public bool UseAnalysisStartTimeForEpoch {get; set;}
|
[Managed C++] |
public: __property bool get_UseAnalysisStartTimeForEpoch();
public: __property void set_UseAnalysisStartTimeForEpoch(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_UseAnalysisStartTimeForEpoch(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAnalysisStartTimeForEpoch(
VARIANT_BOOL NewUseAnalysisStartTimeForEpoch
);
|
[Java] |
public bool getUseAnalysisStartTimeForEpoch();public void setUseAnalysisStartTimeForEpoch(
bool
);
|
See Also