UserDataTaskRecurrenceProperties.Day Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IReference<int> ^ Day { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> Day();
void Day(IReference<int> value);
public System.Nullable<int> Day { get; set; }
var iReference = userDataTaskRecurrenceProperties.day;
userDataTaskRecurrenceProperties.day = iReference;
Public Property Day As Nullable(Of Integer)
Property Value
The day on which an appointment occurs.