ReminderReminderTime Property |
The time when the alarm should snooze to the user. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ReminderTime { get; set; }
Public Property ReminderTime As DateTime
Get
Set
public:
property DateTime^ ReminderTime {
DateTime^ get ();
void set (DateTime^ value);
}
member ReminderTime : DateTime with get, set
Property Value
Type:
DateTime
See Also