Message.AppointmentEndTime Property

Independentsoft MSG .NET

Message AppointmentEndTime Property MSG .NET Class Library
Contains appointment's the end date and time.

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

Syntax

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

value = instance.AppointmentEndTime

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

value = instance.AppointmentEndTime

instance.AppointmentEndTime = value
/** @property */
public DateTime get_AppointmentEndTime()
/** @property */
public void set_AppointmentEndTime(DateTime value)
/** @property */
public DateTime get_AppointmentEndTime()
/** @property */
public void set_AppointmentEndTime(DateTime value)
function get AppointmentEndTime () : DateTime 
function set AppointmentEndTime (value : DateTime)
function get AppointmentEndTime () : DateTime 
function set AppointmentEndTime (value : DateTime)
function get_AppointmentEndTime();
function set_AppointmentEndTime(value);
function get_AppointmentEndTime();
function set_AppointmentEndTime(value);

Property Value

Type: OnlineDateTime
The appointment end time.
See Also