Table of Contents

Class CalendarDay

Namespace
UraniumUI.Controls
Assembly
UraniumUI.dll
public class CalendarDay
Inheritance
CalendarDay
Inherited Members

Constructors

CalendarDay(DateTime, bool, bool, bool)

public CalendarDay(DateTime date, bool isCurrentMonth, bool isEnabled, bool isSelected)

Parameters

date DateTime
isCurrentMonth bool
isEnabled bool
isSelected bool

Properties

Date

public DateTime Date { get; }

Property Value

DateTime

IsCurrentMonth

public bool IsCurrentMonth { get; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; }

Property Value

bool

IsSelected

public bool IsSelected { get; }

Property Value

bool