RecurrencePattern DayOfWeek Property | MSG .NET Class Library |
Gets the day of week.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public IList<DayOfWeek> DayOfWeek { get; }
public IList<DayOfWeek> DayOfWeek { get; }
Public ReadOnly Property DayOfWeek As IList(Of DayOfWeek) Get
Public ReadOnly Property DayOfWeek As IList(Of DayOfWeek) Get
Dim instance As RecurrencePattern Dim value As IList(Of DayOfWeek) value = instance.DayOfWeek
Dim instance As RecurrencePattern Dim value As IList(Of DayOfWeek) value = instance.DayOfWeek
/** @property */ public IList<DayOfWeek> get_DayOfWeek()
/** @property */ public IList<DayOfWeek> get_DayOfWeek()
function get DayOfWeek () : IList<DayOfWeek>
function get DayOfWeek () : IList<DayOfWeek>
function get_DayOfWeek();
function get_DayOfWeek();
Property Value
Type:
The day of week.
See Also