Retrievable.modified

ulong modified() @property nothrow;

Get modified property.

Returns

The date and time (in seconds since the UNIX epoch) that this

item was last modified.

void modified(ulong propval) @property nothrow;

Set modified property.

Parameters

propvalThe date and time (in seconds since the UNIX epoch) that this item was last modified.