SIFWorks ADK 2.0
IncidentTime Constructor (type, value)
NamespacesEdustructures.SifWorks.StudentIncidentTimeIncidentTimeIncidentTimeNew(SafetyTimeType, 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 IncidentTime(
	SafetyTimeType type,
	string value
)
Public Sub New ( _
	type As SafetyTimeType, _
	value As String _
)
public:
IncidentTime (
	SafetyTimeType^ type, 
	String^ value
)
Parameters
type (SafetyTimeType)
Identifies whether or not the incident occurred during school hours.
value (String)
Gets or sets the content value of the <IncidentTime> element

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