Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1019 Bytes

userdatatask_reminder.md

File metadata and controls

23 lines (16 loc) · 1019 Bytes
-api-id -api-type
P:Windows.ApplicationModel.UserDataTasks.UserDataTask.Reminder
winrt property

Windows.ApplicationModel.UserDataTasks.UserDataTask.Reminder

-description

Gets or sets a time span value. The value declares the amount of time to subtract from the DueDate, and that time used as the issue time for a reminder for a task. A null value indicates that the task won't issue a reminder. Reminder is of type IReference(TimeSpan).

-property-value

A time span value, or null to issue no reminder.

-remarks

This property uses a time span value, which is represented differently depending on which language you are programming with. For more information about how to use a time span value, see the Duration property.

-see-also

-examples