Table of Contents

Class Date

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a date with day, month, and year components.

public class Date
Inheritance
Date
Inherited Members
Extension Methods

Properties

Day

Gets or sets the day component of the date.

public int Day { get; set; }

Property Value

int

Month

Gets or sets the month component of the date.

public int Month { get; set; }

Property Value

int

Year

Gets or sets the year component of the date.

public int Year { get; set; }

Property Value

int