DurationAmount Method A Sandcastle Documented Class Library
Returns the amount of a certain unit. This is not a total amount, but instead the amount specified for the specified field.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public int Amount(
	Unit unit
)

Parameters

unit
Type: Apptus.ESales.Connector.TimeUnit

Return Value

Type: Int32
See Also

Reference