API Reference
Class
EmailCalendarDay
Single day in EmailCalendar.
Inheritance
- Object
- EmailCalendarDay
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailCalendar.Days
- Method EmailCalendarDay.AddMarker
Accepted by parameters
- Method EmailCalendar.ConfigureDay
Constructors
public EmailCalendarDay() #Methods
public EmailCalendarDay AddMarker(String color, String label = null) #Returns:
EmailCalendarDayAdds a marker dot.
Parameters
- color System.String
- label System.String = null
Inherited Methods
Properties
public Boolean IsCurrentMonth { get; set; } #Whether the date belongs to the configured month.
public Boolean IsToday { get; set; } #Whether this day represents today.
public Boolean IsSelected { get; set; } #Whether this day is selected/highlighted.
public String Href { get; set; } #Optional link URL for the day number.
public List<EmailCalendarMarker> Markers { get; } #Event markers shown as small dots.