Struct NotificationDateTimeSchedule
Schedule to show notification at particular date and time. Optionally can repeat at predefined intervals.
Implements
Inherited Members
Namespace: Unity.Notifications
Assembly: solution.dll
Syntax
public struct NotificationDateTimeSchedule : NotificationSchedule
Constructors
| Name | Description |
|---|---|
| NotificationDateTimeSchedule(DateTime, NotificationRepeatInterval) | Convenience constructor. |
Properties
| Name | Description |
|---|---|
| FireTime | Date and time when notification has to be shown if does not repeat. If notification is set to repeat, the meaning of this value depends on NotificationRepeatInterval. |
| RepeatInterval | Interval, at which notification should repeat from the first delivery. |