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