RecurrencePattern EndDate Property | MSG .NET Class Library |
Gets the end date.
Namespace: Independentsoft.MsgAssembly: 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:
The end date.
See Also