DirectoryEntry.LastModifiedTime Property

Independentsoft MSG .NET

DirectoryEntry LastModifiedTime Property MSG .NET Class Library
Gets last modified time.

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

Syntax

public DateTime LastModifiedTime { get; }
public DateTime LastModifiedTime { get; }
Public ReadOnly Property LastModifiedTime As DateTime 
	Get
Public ReadOnly Property LastModifiedTime As DateTime 
	Get
Dim instance As DirectoryEntry 
Dim value As DateTime 

value = instance.LastModifiedTime
Dim instance As DirectoryEntry 
Dim value As DateTime 

value = instance.LastModifiedTime
/** @property */
public DateTime get_LastModifiedTime()
/** @property */
public DateTime get_LastModifiedTime()
function get LastModifiedTime () : DateTime
function get LastModifiedTime () : DateTime
function get_LastModifiedTime();
function get_LastModifiedTime();

Property Value

Type: OnlineDateTime
See Also