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: 3.47.3
Syntax
C#
public static Unit ForSymbol( string symbol )
Parameters
- symbol
- Type: System.String
A unit symbol (S, m, H, D, M, Y).
Return Value
Type: UnitThe unit denoted by the symbol.
See Also