Message.JournalStartTime Property

Independentsoft MSG .NET

Message JournalStartTime Property MSG .NET Class Library
Contains journal's the start date and time.

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

Syntax

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

value = instance.JournalStartTime

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

value = instance.JournalStartTime

instance.JournalStartTime = value
/** @property */
public DateTime get_JournalStartTime()
/** @property */
public void set_JournalStartTime(DateTime value)
/** @property */
public DateTime get_JournalStartTime()
/** @property */
public void set_JournalStartTime(DateTime value)
function get JournalStartTime () : DateTime 
function set JournalStartTime (value : DateTime)
function get JournalStartTime () : DateTime 
function set JournalStartTime (value : DateTime)
function get_JournalStartTime();
function set_JournalStartTime(value);
function get_JournalStartTime();
function set_JournalStartTime(value);

Property Value

Type: OnlineDateTime
The journal start time.
See Also