API Reference
Class
EmailCalendarDay
Single day in EmailCalendar.
Inheritance
- Object
- EmailCalendarDay
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.