TimeTagCategory

TimeTagCategory class

Provides tags that mark metadata properties used to describe the lifecycle of a file. The tags deal with time points when a file or intellectual content was created, edited, printed, etc.

public class TimeTagCategory : TagCategory

Properties

Name Description
Created { get; } Gets the tag that indicates the date a file was created.
Duration { get; } Gets the tag that denotes the duration of a media file.
Expired { get; } Gets the tag that labels the latest date the owner intends the file data to be used.
IntellectualContentCreated { get; } Gets the tag that denotes the date the intellectual content of a file was created.
Modified { get; } Gets the tag that indicates the date a file was edited.
Printed { get; } Gets the tag that denotes the date a file was printed.
Published { get; } Gets the tag that indicates the date a file became available.
TotalEditingTime { get; } Gets the tag that denotes the total editing time of a file.
ZoneCity { get; } Gets the tag that denotes the time zone.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also