Compartir a través de


Recurrence.ByDay.Day Property

The Day property gets or sets the day of the week of this Recurrence.ByDay structure.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property Day As DayOfWeek
    Get
    Set
'Usage
Dim instance As Recurrence.ByDay
Dim value As DayOfWeek

value = instance.Day

instance.Day = value
public DayOfWeek Day { get; set; }

Property Value

Type: System.DayOfWeek