SIFWorks ADK 2.0
TimeDuration Constructor (units, value)
NamespacesEdustructures.SifWorks.InstrTimeDurationTimeDurationTimeDurationNew(TimeUnits, Nullable<(Of <Decimal>)>)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public TimeDuration(
	TimeUnits units,
	Nullable<decimal> value
)
Public Sub New ( _
	units As TimeUnits, _
	value As Nullable(Of Decimal) _
)
public:
TimeDuration (
	TimeUnits^ units, 
	Nullable<Decimal> value
)
Parameters
units (TimeUnits)
An Units
value (Nullable<(Of <Decimal>)>)
Gets or sets the content value of the &lt;TimeDuration&gt; element

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10