Class TPeriod

Unit

Declaration

type TPeriod = class(TElement)

Description

A time period defined by a start and end date and optionally time. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property start : string read Getstart write Setstart;
Public property startElement : TdateTime_ read GetstartElement write SetstartElement;
Public property end_ : string read Getend_ write Setend_;
Public property end_Element : TdateTime_ read Getend_Element write Setend_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property start : string read Getstart write Setstart;

The start of the period. The boundary is inclusive.

Public property startElement : TdateTime_ read GetstartElement write SetstartElement;
 
Public property end_ : string read Getend_ write Setend_;

The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.

Public property end_Element : TdateTime_ read Getend_Element write Setend_Element;
 

Generated by PasDoc 0.15.0.