Message.AppointmentStartTime Property

Independentsoft MSG .NET

Message AppointmentStartTime Property MSG .NET Class Library
Contains appointment's the start date and time.

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

Syntax

public DateTime AppointmentStartTime { get; set; }
public DateTime AppointmentStartTime { get; set; }
Public Property AppointmentStartTime As DateTime 
	Get 
	Set
Public Property AppointmentStartTime As DateTime 
	Get 
	Set
Dim instance As Message 
Dim value As DateTime 

value = instance.AppointmentStartTime

instance.AppointmentStartTime = value
Dim instance As Message 
Dim value As DateTime 

value = instance.AppointmentStartTime

instance.AppointmentStartTime = value
/** @property */
public DateTime get_AppointmentStartTime()
/** @property */
public void set_AppointmentStartTime(DateTime value)
/** @property */
public DateTime get_AppointmentStartTime()
/** @property */
public void set_AppointmentStartTime(DateTime value)
function get AppointmentStartTime () : DateTime 
function set AppointmentStartTime (value : DateTime)
function get AppointmentStartTime () : DateTime 
function set AppointmentStartTime (value : DateTime)
function get_AppointmentStartTime();
function set_AppointmentStartTime(value);
function get_AppointmentStartTime();
function set_AppointmentStartTime(value);

Property Value

Type: OnlineDateTime
The appointment start time.
See Also