TimeIntervalDuration Method A Sandcastle Documented Class Library
Returns the duration of this time interval. If this interval was specified by start and end times, the duration is calculated given a local time zone. Note that if the duration is calculated, it will be specified in hours, minutes and seconds only. The number of hours may be very large for long intervals.

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

C#
public Duration Duration(
	TimeZoneInfo tz
)

Parameters

tz
Type: SystemTimeZoneInfo

Return Value

Type: Duration
See Also

Reference