Method to set the option used to specify the time period.
| [Visual Basic .NET] |
|---|
Public Sub SetTimePeriodType( _ ByVal TimePeriodType As AgEChTimePeriodType _ ) |
| [C#] |
|---|
public void SetTimePeriodType( |
| [Managed C++] |
|---|
public: void SetTimePeriodType( |
| [Java] |
|---|
public setTimePeriodType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetTimePeriodType( |
- TimePeriodType
Member Value Description eTimePeriodUnknown -1 Unsupported time period type. eUseObjectTimePeriods 0 The Time Period that you set for objects in the chain is used to compute access. For facilities, places and targets, the scenario Time Period is used. eUseScenarioTimePeriod 1 The Time Period that you for the scenario is used to compute access. eUserSpecifiedTimePeriod 2 Specify the Start and Stop time for access computation.
