RecurrencePattern.Period Property

Independentsoft MSG .NET

RecurrencePattern Period Property MSG .NET Class Library
Gets the period.

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

Syntax

public int Period { get; }
public int Period { get; }
Public ReadOnly Property Period As Integer 
	Get
Public ReadOnly Property Period As Integer 
	Get
Dim instance As RecurrencePattern 
Dim value As Integer 

value = instance.Period
Dim instance As RecurrencePattern 
Dim value As Integer 

value = instance.Period
/** @property */
public int get_Period()
/** @property */
public int get_Period()
function get Period () : int
function get Period () : int
function get_Period();
function get_Period();

Property Value

Type: OnlineInt32
The period.
See Also