SIFWorks ADK 2.0
FiscalYear Constructor (refId, startDate, endDate)
NamespacesEdustructures.SifWorks.HrfinFiscalYearFiscalYearFiscalYearNew(String, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public FiscalYear(
	string refId,
	Nullable<DateTime> startDate,
	Nullable<DateTime> endDate
)
Public Sub New ( _
	refId As String, _
	startDate As Nullable(Of DateTime), _
	endDate As Nullable(Of DateTime) _
)
public:
FiscalYear (
	String^ refId, 
	Nullable<DateTime> startDate, 
	Nullable<DateTime> endDate
)
Parameters
refId (String)
GUID that identifies this object.
startDate (Nullable<(Of <DateTime>)>)
Start date of the fiscal year.
endDate (Nullable<(Of <DateTime>)>)
End date of the fiscal year.

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