Class SpecialSlot
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class SpecialSlot : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
SpecialSlot()
Declaration
public SpecialSlot()
SpecialSlot(DateTime, DateTime)
Declaration
public SpecialSlot(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
|
System.DateTime
endDate
|
Properties
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
System.DateTime
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
RecurrencePattern
Declaration
public RecurrencePattern RecurrencePattern { get; set; }
Property Value
RecurrencePattern
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
|