Click or drag to resize

Iso8601Timespan Constructor (Int32, Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the Iso8601Timespan class

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public Iso8601Timespan(
	int years,
	int months,
	int days,
	int hours,
	int minutes,
	int seconds
)

Parameters

years
Type: SystemInt32
months
Type: SystemInt32
days
Type: SystemInt32
hours
Type: SystemInt32
minutes
Type: SystemInt32
seconds
Type: SystemInt32
See Also