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

ObexFileOrFolderItem.Modified Property

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

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

Remarks

“This attribute represents the last modified time for the object. It is expressed in the same format used by the OBEX ISO Time header. That format is YYYYMMDDTHHMMSS, where the capital letter ‘T’ is expressly inserted between the day and the hour fields. It is recommended that whenever possible UTC time be used. When expressing UTC time, the letter “Z” is appended to the end (for example: 19670110T153410Z).”

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