[]
        
(Showing Draft Content)

C1.Blazor.Calendar.CalendarMonthSlotInfo

CalendarMonthSlotInfo Class

Contains info about month slots.

Inheritance
CalendarMonthSlotInfo
Namespace: C1.Blazor.Calendar
Assembly: C1.Blazor.Calendar.dll
Syntax
public class CalendarMonthSlotInfo : CalendarSlotInfo

Properties

Name Description
Date

Gets the date associated with the month slot.

Month

Gets the month associated to this slot.

Year

Gets the year associated to this slot.

Methods

Name Description
Equals(object)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

See Also