Class AgendaWeekItem
Inheritance
System.Object
AgendaWeekItem
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AgendaWeekItem : Object
Constructors
AgendaWeekItem(DateTime, DateTime)
Declaration
public AgendaWeekItem(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
|
System.DateTime
endDate
|
Properties
EndDate
Declaration
public DateTime EndDate { get; }
Property Value
System.DateTime
|
StartDate
Declaration
public DateTime StartDate { get; }
Property Value
System.DateTime
|