Class MonthYear
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a month and year combination.
public class MonthYear
- Inheritance
-
MonthYear
- Inherited Members
- Extension Methods
Properties
Month
Gets or sets the month (1-12).
public int Month { get; set; }
Property Value
Year
Gets or sets the year.
public int Year { get; set; }