Full constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TimePeriod(
TimePeriodType period,
string symbol,
string pipedList
)
Public Sub New (
period As TimePeriodType,
symbol As String,
pipedList As String
)
Parameters
- period
- Type: NetQuarryTimePeriodType
The date/time period. - symbol
- Type: SystemString
The locale-independent symbol for this period. - pipedList
- Type: SystemString
A piped list of localized aliases for this time period.
See Also