Class EventsManager.EventInfo
Inheritance
System.Object
EventsManager.EventInfo
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class EventInfo : Object
Constructors
EventInfo(EventsManager)
EventInfo(IntPtr, JniHandleOwnership)
Declaration
protected EventInfo(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
EndTime()
Declaration
public virtual long EndTime()
Returns
System.Int64
|
EndTimeFormatted()
Declaration
public virtual string EndTimeFormatted()
Returns
System.String
|
OriginalEvent()
StartTime()
Declaration
public virtual long StartTime()
Returns
System.Int64
|
StartTimeFormatted()
Declaration
public virtual string StartTimeFormatted()
Returns
System.String
|
Title()
Declaration
public virtual string Title()
Returns
System.String
|