TimeTagCategory

Inheritance: java.lang.Object, com.groupdocs.metadata.tagging.TagCategory

public class TimeTagCategory extends TagCategory

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.

Methods

Method Description
getIntellectualContentCreated() Gets the tag that denotes the date the intellectual content of a file was created.
getCreated() Gets the tag that indicates the date a file was created.
getModified() Gets the tag that indicates the date a file was edited.
getPublished() Gets the tag that indicates the date a file became available.
getPrinted() Gets the tag that denotes the date a file was printed.
getExpired() Gets the tag that labels the latest date the owner intends the file data to be used.
getTotalEditingTime() Gets the tag that denotes the total editing time of a file.
getDuration() Gets the tag that denotes the duration of a media file.
getZoneCity() Gets the tag that denotes the time zone.

getIntellectualContentCreated()

public final PropertyTag getIntellectualContentCreated()

Gets the tag that denotes the date the intellectual content of a file was created.

Returns: PropertyTag - The tag that denotes the date the intellectual content of a file was created.

getCreated()

public final PropertyTag getCreated()

Gets the tag that indicates the date a file was created.

Returns: PropertyTag - The tag that indicates the date a file was created.

getModified()

public final PropertyTag getModified()

Gets the tag that indicates the date a file was edited.

Returns: PropertyTag - The tag that indicates the date a file was edited.

getPublished()

public final PropertyTag getPublished()

Gets the tag that indicates the date a file became available.

Returns: PropertyTag - The tag that indicates the date a file became available.

getPrinted()

public final PropertyTag getPrinted()

Gets the tag that denotes the date a file was printed.

Returns: PropertyTag - The tag that denotes the date a file was printed.

getExpired()

public final PropertyTag getExpired()

Gets the tag that labels the latest date the owner intends the file data to be used.

Returns: PropertyTag - The tag that labels the latest date the owner intends the file data to be used.

getTotalEditingTime()

public final PropertyTag getTotalEditingTime()

Gets the tag that denotes the total editing time of a file.

Returns: PropertyTag - The tag that denotes the total editing time of a file.

getDuration()

public final PropertyTag getDuration()

Gets the tag that denotes the duration of a media file.

Returns: PropertyTag - The tag that denotes the duration of a media file.

getZoneCity()

public final PropertyTag getZoneCity()

Gets the tag that denotes the time zone.

Returns: PropertyTag - The tag that denotes the time zone.