Class ISN_UNCalendarNotificationTrigger
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.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 |
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 |