RecurrencePattern.CalendarType Property

Independentsoft MSG .NET

RecurrencePattern CalendarType Property MSG .NET Class Library
Gets the type of the calendar.

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

Syntax

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

value = instance.CalendarType
Dim instance As RecurrencePattern 
Dim value As CalendarType 

value = instance.CalendarType
/** @property */
public CalendarType get_CalendarType()
/** @property */
public CalendarType get_CalendarType()
function get CalendarType () : CalendarType
function get CalendarType () : CalendarType
function get_CalendarType();
function get_CalendarType();

Property Value

Type: CalendarType
The type of the calendar.
See Also