RecurrencePattern DayOfMonth Property | MSG .NET Class Library |
Gets the day of month.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public int DayOfMonth { get; }
public int DayOfMonth { get; }
Public ReadOnly Property DayOfMonth As Integer Get
Public ReadOnly Property DayOfMonth As Integer Get
Dim instance As RecurrencePattern Dim value As Integer value = instance.DayOfMonth
Dim instance As RecurrencePattern Dim value As Integer value = instance.DayOfMonth
/** @property */ public int get_DayOfMonth()
/** @property */ public int get_DayOfMonth()
function get DayOfMonth () : int
function get DayOfMonth () : int
function get_DayOfMonth();
function get_DayOfMonth();
Property Value
Type:
The day of month.
See Also