Message JournalEndTime Property | MSG .NET Class Library |
Contains journal's the end date and time.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public DateTime JournalEndTime { get; set; }
public DateTime JournalEndTime { get; set; }
Public Property JournalEndTime As DateTime Get Set
Public Property JournalEndTime As DateTime Get Set
Dim instance As Message Dim value As DateTime value = instance.JournalEndTime instance.JournalEndTime = value
Dim instance As Message Dim value As DateTime value = instance.JournalEndTime instance.JournalEndTime = value
/** @property */ public DateTime get_JournalEndTime() /** @property */ public void set_JournalEndTime(DateTime value)
/** @property */ public DateTime get_JournalEndTime() /** @property */ public void set_JournalEndTime(DateTime value)
function get JournalEndTime () : DateTime function set JournalEndTime (value : DateTime)
function get JournalEndTime () : DateTime function set JournalEndTime (value : DateTime)
function get_JournalEndTime(); function set_JournalEndTime(value);
function get_JournalEndTime(); function set_JournalEndTime(value);
Property Value
Type:
The journal end time.
See Also