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

ObexFileOrFolderItem.Accessed Property

“This attribute represents the last accessed time for the object.”

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

Remarks

“This attribute represents the last accessed 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