Reset Method | Table of Content | IMaturityMonthYear Properties |
IMaturityMonthYear Interface |
Namespace: OnixS.SimpleBinaryEncoding
public interface IMaturityMonthYear : IComposite
The IMaturityMonthYear type exposes the following members.
Name | Description | |
---|---|---|
Day |
Gets 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.
(Inherited from IComposite.) | |
Month |
Gets month.
| |
Week |
Gets week.
| |
Year |
Gets year.
|