ITimeScale Members
The ITimeScale type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Deconstruct | |
|
|
DivideBy |
Divides this instance by [divisor]. Division is made in BaseUnit
of the divisor.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetRatioTo |
Divides this instance by [divisor]. Division is made in BaseUnit
of the divisor. The remainder must be zero.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
BarsInTradingDay |
Gets the number of bars in a trading day.
|
|
|
BarsInTradingYear |
Gets the number of bars in a trading year.
|
|
|
BaseUnit |
Gets the unit of Value.
|
|
|
InHours |
Gets the value of ITimeScale in hours.
|
|
|
Ticks |
Gets the value of ITimeScale in ticks (100 nanoseconds).
|
|
|
TimeSpan |
Gets
Field Valuethe equivalent TimeSpan. |
|
|
Value |
Gets the value in BaseUnits.
|

