Message LastModificationTime Property | MSG .NET Class Library |
Contains the date and time when the message was last modified.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public DateTime LastModificationTime { get; set; }
public DateTime LastModificationTime { get; set; }
Public Property LastModificationTime As DateTime Get Set
Public Property LastModificationTime As DateTime Get Set
Dim instance As Message Dim value As DateTime value = instance.LastModificationTime instance.LastModificationTime = value
Dim instance As Message Dim value As DateTime value = instance.LastModificationTime instance.LastModificationTime = value
/** @property */ public DateTime get_LastModificationTime() /** @property */ public void set_LastModificationTime(DateTime value)
/** @property */ public DateTime get_LastModificationTime() /** @property */ public void set_LastModificationTime(DateTime value)
function get LastModificationTime () : DateTime function set LastModificationTime (value : DateTime)
function get LastModificationTime () : DateTime function set LastModificationTime (value : DateTime)
function get_LastModificationTime(); function set_LastModificationTime(value);
function get_LastModificationTime(); function set_LastModificationTime(value);
Property Value
Type:
The last modification time.
Remarks
See Also