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