SIFWorks ADK 2.0
PartialDateType Constructor (year, month, day)
NamespacesEdustructures.SifWorks.CommonPartialDateTypePartialDateTypePartialDateTypeNew(Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>, Nullable<(Of <Int32>)>)

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

Create a PartialDateType representing the given year and month
Declaration Syntax
C#Visual BasicVisual C++
public PartialDateType(
	Nullable<int> year,
	Nullable<int> month,
	Nullable<int> day
)
Public Sub New ( _
	year As Nullable(Of Integer), _
	month As Nullable(Of Integer), _
	day As Nullable(Of Integer) _
)
public:
PartialDateType (
	Nullable<int> year, 
	Nullable<int> month, 
	Nullable<int> day
)
Parameters
year (Nullable<(Of <Int32>)>)
Year (CCYY)
month (Nullable<(Of <Int32>)>)
Month (MM)
day (Nullable<(Of <Int32>)>)
Day (DD)

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