Brecham.Obex — An OBEX library for the .NET Framework

ObexFileOrFolderItem.Created Property

“This attribute represents the creation time for the object.”

[Visual Basic]
Public Property Created As Date
[C#]
public System.DateTime Created {get; set;}

Remarks

“This attribute represents the creation time for the object. It is expressed in the same format used by the OBEX ISO Time header. It is recommended that whenever possible UTC time be used.”

If this attribute is unset it will have a value of zero Ticks and thus be equal to MinValue.

See Also

ObexFileOrFolderItem Class | Brecham.Obex.Objects Namespace