Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 953 Bytes

userdatataskdaysofweek.md

File metadata and controls

53 lines (39 loc) · 953 Bytes
-api-id -api-type
T:Windows.ApplicationModel.UserDataTasks.UserDataTaskDaysOfWeek
winrt enumeration

Windows.ApplicationModel.UserDataTasks.UserDataTaskDaysOfWeek

-description

Specifies the days of the week on which an task occurs.

-enum-fields

-field Wednesday:8

The task occurs on Wednesday.

-field Tuesday:4

The task occurs on Tuesday.

-field Thursday:16

The task occurs on Thursday.

-field Sunday:1

The task occurs on Sunday.

-field Saturday:64

The task occurs on Saturday.

-field None:0

The task doesn't occur on any days of the week.

-field Monday:2

The task occurs on Monday.

-field Friday:32

The task occurs on Friday.

-remarks

-see-also

-examples