Class TCitationDateOfPublication

Unit

Declaration

type TCitationDateOfPublication = class(TBackboneElement)

Description

The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property year : string read Getyear write Setyear;
Public property yearElement : Tstring read GetyearElement write SetyearElement;
Public property month : string read Getmonth write Setmonth;
Public property monthElement : Tstring read GetmonthElement write SetmonthElement;
Public property day : string read Getday write Setday;
Public property dayElement : Tstring read GetdayElement write SetdayElement;
Public property season : string read Getseason write Setseason;
Public property seasonElement : Tstring read GetseasonElement write SetseasonElement;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property date_ : string read Getdate_ write Setdate_;

Date on which the issue of the journal was published.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property year : string read Getyear write Setyear;

Year on which the issue of the journal was published.

Public property yearElement : Tstring read GetyearElement write SetyearElement;
 
Public property month : string read Getmonth write Setmonth;

Month on which the issue of the journal was published.

Public property monthElement : Tstring read GetmonthElement write SetmonthElement;
 
Public property day : string read Getday write Setday;

Day on which the issue of the journal was published.

Public property dayElement : Tstring read GetdayElement write SetdayElement;
 
Public property season : string read Getseason write Setseason;

Spring, Summer, Fall/Autumn, Winter.

Public property seasonElement : Tstring read GetseasonElement write SetseasonElement;
 
Public property text : string read Gettext write Settext;

Text representation of the date of which the issue of the journal was published.

Public property textElement : Tstring read GettextElement write SettextElement;
 

Generated by PasDoc 0.15.0.