ReminderViewModel(TimeSpan, Boolean, Action<ReminderViewModel>) Constructor
In This Article
Initializes a new instance of the ReminderViewModel class with specified settings.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public ReminderViewModel(
TimeSpan timeBeforeStart,
bool isFirst = false,
Action<ReminderViewModel> removeCallback = null
)
#Parameters
Name | Type |
---|---|
time |
Time |
#Optional Parameters
Name | Type | Default |
---|---|---|
is |
Boolean | False |
remove |
Action<Reminder |
null |
See Also