forwardReset Method    Table of ContentIMaturityMonthYear Propertiesforward
IMaturityMonthYear Interface
Represents MaturityMonthYear field.

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 interface IMaturityMonthYear : IComposite

The IMaturityMonthYear type exposes the following members.

Properties
  NameDescription
Public propertyDay
Gets day.
Public propertyHasDay
True, if day field has not null value, false otherwise.
Public propertyHasMonth
True, if month field has not null value, false otherwise.
Public propertyHasValue
True, if underlying field has not null value, false otherwise.
Public propertyHasWeek
True, if week field has not null value, false otherwise.
Public propertyHasYear
True, if year field has not null value, false otherwise.
Public propertyItem
Returns value of composite type field.
(Inherited from IComposite.)
Public propertyMonth
Gets month.
Public propertyWeek
Gets week.
Public propertyYear
Gets year.
Top
See Also