LicenseNotFoundException Events | Table of Content | MaturityMonthYearRef Constructor |
MaturityMonthYearRef Class |
Namespace: OnixS.SimpleBinaryEncoding
public class MaturityMonthYearRef : IMaturityMonthYear, IComposite
The MaturityMonthYearRef type exposes the following members.
Name | Description | |
---|---|---|
MaturityMonthYearRef(Int32, Int32, Int32, Int32) |
Constructor.
| |
MaturityMonthYearRef(Int32, Int32, Int32, Int32, Byte*) |
Constructor.
|
Name | Description | |
---|---|---|
Day |
Day.
| |
HasDay |
True, if day field has not null value, false otherwise.
| |
HasMonth |
True, if month field has not null value, false otherwise.
| |
HasValue |
True, if underlying field has not null value, false otherwise.
| |
HasWeek |
True, if week field has not null value, false otherwise.
| |
HasYear |
True, if year field has not null value, false otherwise.
| |
Item |
Returns value of composite type field.
| |
Month |
Month.
| |
Week |
Week.
| |
Year |
Year.
|
Name | Description | |
---|---|---|
Assign |
Assign current object around buffer.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns string representation of an object.
Format is yyyyMMdd-ww where yyyy is year, MM is month, dd is day and ww is week.
(Overrides Object.ToString().) |