Show / Hide Table of Contents

Class ISN_UNCalendarNotificationTrigger

Inheritance
System.Object
ISN_UNNotificationTrigger
ISN_UNCalendarNotificationTrigger
Inherited Members
ISN_UNNotificationTrigger.m_Repeats
ISN_UNNotificationTrigger.m_NextTriggerDate
ISN_UNNotificationTrigger.m_Type
ISN_UNNotificationTrigger.m_TimeInterval
ISN_UNNotificationTrigger.m_DateComponents
ISN_UNNotificationTrigger.m_Region
ISN_UNNotificationTrigger.Repeats
ISN_UNNotificationTrigger.NextTriggerDate
ISN_UNNotificationTrigger.Type
ISN_UNNotificationTrigger.Convert()
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.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UNCalendarNotificationTrigger : ISN_UNNotificationTrigger

Constructors

ISN_UNCalendarNotificationTrigger(ISN_NSDateComponents, Boolean)

Creates and returns a calendar trigger from the specified date components.

Declaration
public ISN_UNCalendarNotificationTrigger(ISN_NSDateComponents dateComponents, bool repeats)
Parameters
Type Name Description
ISN_NSDateComponents dateComponents

The temporal information to use when constructing the trigger. Provide only the date components that are relevant for your trigger.

System.Boolean repeats

Specify false to unschedule the notification after the trigger fires. Specify true if you want the notification to be rescheduled after it fires.

Properties

DateComponents

The date components used to construct this object Use this property to review the date components associated with this trigger.

Declaration
public ISN_NSDateComponents DateComponents { get; }
Property Value
Type Description
ISN_NSDateComponents
In This Article
Back to top Generated by DocFX