Interface IMaturityMonthYear
Represents the MaturityMonthYear field.
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IMaturityMonthYear : IComposite
Properties
Day
Gets day.
Declaration
System.Byte Day { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
HasDay
True, if day field has not null value, false otherwise.
Declaration
bool HasDay { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasMonth
True, if month field has not null value, false otherwise.
Declaration
bool HasMonth { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasWeek
True, if week field has not null value, false otherwise.
Declaration
bool HasWeek { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasYear
True, if year field has not null value, false otherwise.
Declaration
bool HasYear { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Month
Gets month.
Declaration
System.Byte Month { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Week
Gets week.
Declaration
System.Byte Week { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Year
Gets year.
Declaration
UInt16 Year { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |