RecurrencePattern.DayOfWeekIndex Property

Independentsoft MSG .NET

RecurrencePattern DayOfWeekIndex Property MSG .NET Class Library
Gets the index of the day of week.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public DayOfWeekIndex DayOfWeekIndex { get; }
public DayOfWeekIndex DayOfWeekIndex { get; }
Public ReadOnly Property DayOfWeekIndex As DayOfWeekIndex 
	Get
Public ReadOnly Property DayOfWeekIndex As DayOfWeekIndex 
	Get
Dim instance As RecurrencePattern 
Dim value As DayOfWeekIndex 

value = instance.DayOfWeekIndex
Dim instance As RecurrencePattern 
Dim value As DayOfWeekIndex 

value = instance.DayOfWeekIndex
/** @property */
public DayOfWeekIndex get_DayOfWeekIndex()
/** @property */
public DayOfWeekIndex get_DayOfWeekIndex()
function get DayOfWeekIndex () : DayOfWeekIndex
function get DayOfWeekIndex () : DayOfWeekIndex
function get_DayOfWeekIndex();
function get_DayOfWeekIndex();

Property Value

Type: DayOfWeekIndex
The index of the day of week.
See Also