Message AppointmentStartTime Property | MSG .NET Class Library |
Contains appointment's the start date and time.
Namespace: Independentsoft.MsgAssembly: 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:
The appointment start time.
See Also