forwardMaturityMonthYearRef Constructor (Int32, Int32, Int32, Int32)   Table of ContentMaturityMonthYearRef Propertiesforward
MaturityMonthYearRef Constructor (Int32, Int32, Int32, Int32, Byte)
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,
	byte* buffer
)

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.
buffer
Type: System.Byte*
Buffer which contains maturity month year value
See Also