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