UserDataTaskWeekOfMonth Enum

Definition

Specifies the week of the month for which the task occurs.

public enum class UserDataTaskWeekOfMonth
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class UserDataTaskWeekOfMonth
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum UserDataTaskWeekOfMonth
var value = Windows.ApplicationModel.UserDataTasks.UserDataTaskWeekOfMonth.first
Public Enum UserDataTaskWeekOfMonth
Inheritance
UserDataTaskWeekOfMonth
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

First 0

The task occurs on the first week of the month.

Fourth 3

The task occurs on the fourth week of the month.

Last 4

The appointment occurs on the last week of the month.

Second 1

The task occurs on the second week of the month.

Third 2

The task occurs on the third week of the month.

Applies to