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