Ejemplo n.º 1
0
        private void SetAlertBtn_Clicked(object sender, EventArgs e)
        {
            DateTime AlertTime = new DateTime();

            AlertTime = DatePicker.Date + TimePicker.Time;
            TimeSpan date = CoursePage.course.EndDate.Subtract(DatePicker.Date);

            WGU.SetCourseNotifications(date, AlertTime);
            Navigation.PopAsync();
        }