DirectoryEntry.CreatedTime Property

Independentsoft MSG .NET

DirectoryEntry CreatedTime Property MSG .NET Class Library
Gets creation time.

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

Syntax

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

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

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

Property Value

Type: OnlineDateTime
See Also