ASPxClientReminder Methods
Represents a client-side equivalent of the Reminder class.Name | Description |
---|---|
Dismiss | Switches the reminder off for the associated appointment. |
GetAlertTime | Returns the date and time when the reminder is alerted. |
GetCustomField(key) | Gets the custom field bound to the reminder. |
GetId | Gets the reminder’s ID. |
GetTimeBeforeStart | Gets the time interval before the appointment’s start time. |
Snooze(remindAfter) | Delays the reminder’s alert until the alert time has increased by the specified interval. |
See Also