Show / Hide Table of Contents

Class ISN_EKDataRequest

This is data that we need to send to EventKit for saving event or reminder.

Inheritance
System.Object
ISN_EKDataRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.EventKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_EKDataRequest

Constructors

ISN_EKDataRequest(String)

Create ISN_EventKitDataRequest object.

Declaration
public ISN_EKDataRequest(string title)
Parameters
Type Name Description
System.String title

Title of event or reminder

ISN_EKDataRequest(String, DateTime, DateTime)

Create ISN_EventKitDataRequest object.

Declaration
public ISN_EKDataRequest(string title, DateTime startDate, DateTime endDate)
Parameters
Type Name Description
System.String title

Title of event or reminder

DateTime startDate

Start date of event or reminder

DateTime endDate

End date of event or reminder

In This Article
Back to top Generated by DocFX