Class SpecialSlot
Inheritance
System.Object
SpecialSlot
Namespace: Com.Telerik.Widget.Calendar.Slots
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class SpecialSlot : Object
Constructors
SpecialSlot(Int64, Int64)
Declaration
public SpecialSlot(long startDate, long endDate)
Parameters
System.Int64
startDate
|
System.Int64
endDate
|
SpecialSlot(IntPtr, JniHandleOwnership)
Declaration
protected SpecialSlot(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
EndDate
Declaration
public virtual long EndDate { get; set; }
Property Value
System.Int64
|
IsReadOnly
Declaration
public virtual bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
SlotColor
Declaration
public virtual int SlotColor { get; set; }
Property Value
System.Int32
|
StartDate
Declaration
public virtual long StartDate { get; set; }
Property Value
System.Int64
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|