forwardMaturityMonthYearRef Constructor    Table of ContentMaturityMonthYearRef Constructor (Int32, Int32, Int32, Int32, Byte*)forward
MaturityMonthYearRef Constructor (Int32, Int32, Int32, Int32)
Constructor.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public MaturityMonthYearRef(
	int yearNull,
	int monthNull,
	int dayNull,
	int weekNull
)

Parameters

yearNull
Type: System.Int32
Year null value.
monthNull
Type: System.Int32
Month null value.
dayNull
Type: System.Int32
Day null value.
weekNull
Type: System.Int32
Week null value.
See Also