SIFWorks ADK 2.0
CalendarDate Constructor (date, calendarSummaryRefId, schoolInfoRefId, schoolYear, calendarDateType)
NamespacesEdustructures.SifWorks.StudentCalendarDateCalendarDateCalendarDateNew(Nullable<(Of <DateTime>)>, String, String, Nullable<(Of <Int32>)>, CalendarDateType)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public CalendarDate(
	Nullable<DateTime> date,
	string calendarSummaryRefId,
	string schoolInfoRefId,
	Nullable<int> schoolYear,
	CalendarDateType calendarDateType
)
Public Sub New ( _
	date As Nullable(Of DateTime), _
	calendarSummaryRefId As String, _
	schoolInfoRefId As String, _
	schoolYear As Nullable(Of Integer), _
	calendarDateType As CalendarDateType _
)
public:
CalendarDate (
	Nullable<DateTime> date, 
	String^ calendarSummaryRefId, 
	String^ schoolInfoRefId, 
	Nullable<int> schoolYear, 
	CalendarDateType^ calendarDateType
)
Parameters
date (Nullable<(Of <DateTime>)>)
A specific school day that occurs within the school year.
calendarSummaryRefId (String)
The ID (GUID) of the calendar summary in which this calendar date is.
schoolInfoRefId (String)
The ID (GUID) of the school for which this calendar information is being reported.
schoolYear (Nullable<(Of <Int32>)>)
School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007" for the 2006-07 school year).
calendarDateType (CalendarDateType)
A CalendarDateType

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