Reminder Class
public class Reminder : DataObject
This language is not supported or no code example is available.
public ref class Reminder : public DataObject^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Reminder(ReminderCallback, DateTime, object) | Initializes a new instance of the Reminder class. |
Name | Description | |
---|---|---|
![]() |
Callback | Returns a reference to the reminder callback method that is executed when the reminder is triggered |
![]() |
Clock | The clock associated with this reminder |
![]() |
Data | Gets or sets a data object that can be used to identify this reminder and distinguish it from other reminders |
![]() |
DateTime | Gets or sets the date time. (inherited from Event). |
![]() |
Order | |
![]() |
TypeId | Gets the type identifier. |
Name | Description | |
---|---|---|
![]() |
Clone() | (inherited from DataObject). |
![]() |
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
![]() |
ToString() | Returns a String that represents this instance. |