When

XmpResourceEvent.When property

Gets or sets the timestamp of when the action occurred.

public DateTime? When { get; set; }

Property Value

The timestamp of when the action occurred. For events that create or write to a file, this should be the approximate modification time of the file.

See Also