UnitForSymbol Method A Sandcastle Documented Class Library
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.3.0
Syntax

C#
public static Unit ForSymbol(
	string symbol
)

Parameters

symbol
Type: SystemString
A unit symbol (S, m, H, D, M, Y).

Return Value

Type: Unit
The unit denoted by the symbol.
See Also

Reference