Class ISN_UNTimeIntervalNotificationTrigger
The time that must expire before the delivery of a local notification.
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_UNTimeIntervalNotificationTrigger : ISN_UNNotificationTrigger
Constructors
ISN_UNTimeIntervalNotificationTrigger(Int64, Boolean)
Creates and returns a time interval trigger from the specified time value.
Declaration
public ISN_UNTimeIntervalNotificationTrigger(long timeInterval, bool repeats)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | timeInterval | The time (in seconds) that must elapse before the trigger fires. This value must be greater than zero. |
System.Boolean | repeats | Specify |
Properties
TimeInterval
The time interval used to create the trigger.
This property contains the original time interval that you specified when creating the trigger object. T he value in this property is not updated as time counts down. To find out when the trigger will fire next, call the NextTriggerDate property.
Declaration
public long TimeInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |