Reminder Class

A reminder can be triggered by the framework clock at a certain time
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.
public class Reminder 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor Reminder(ReminderCallback, DateTime, object) Initializes a new instance of the Reminder class.
Top
Name Description
Public property Callback Returns a reference to the reminder callback method that is executed when the reminder is triggered
Public property Clock The clock associated with this reminder
Public property Data Gets or sets a data object that can be used to identify this reminder and distinguish it from other reminders
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Order
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition