RecurrencePattern.EndDate Property

Independentsoft MSG .NET

RecurrencePattern EndDate Property MSG .NET Class Library
Gets the end date.

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

Syntax

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

value = instance.EndDate
Dim instance As RecurrencePattern 
Dim value As DateTime 

value = instance.EndDate
/** @property */
public DateTime get_EndDate()
/** @property */
public DateTime get_EndDate()
function get EndDate () : DateTime
function get EndDate () : DateTime
function get_EndDate();
function get_EndDate();

Property Value

Type: OnlineDateTime
The end date.
See Also