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