SIFWorks ADK 2.0
TotalServiceDuration Constructor (unitOfMeasure, value)
NamespacesEdustructures.SifWorks.ProgramsTotalServiceDurationTotalServiceDurationTotalServiceDurationNew(DurationUnit, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public TotalServiceDuration(
	DurationUnit unitOfMeasure,
	string value
)
Public Sub New ( _
	unitOfMeasure As DurationUnit, _
	value As String _
)
public:
TotalServiceDuration (
	DurationUnit^ unitOfMeasure, 
	String^ value
)
Parameters
unitOfMeasure (DurationUnit)
Identifies unit of measure in which amount of time is expressed.
value (String)
Gets or sets the content value of the <TotalServiceDuration> element

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