Returns the unit for the specified symbol. If the symbol is unknown,
then throws IllegalArgumentException.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static Unit ForSymbol(
string symbol
)
Parameters
- symbol
- Type: SystemString
A unit symbol (S, m, H, D, M, Y).
Return Value
Type:
UnitThe unit denoted by the symbol.
See Also