The Period type exposes the following members.

Constructors

  NameDescription
Public methodPeriod
Default constructor.

Methods

  NameDescription
Public methodAddDescription
Add a new 'Description' entry. Description (BBIE). A description of the period.
Public methodAddDescriptionCode
Add a new 'Description Code' entry. Description Code (BBIE). A description of the period, expressed as a code.
Public methodClearDescriptionCodes
Removes all 'Description Code' entries. Description Code (BBIE). A description of the period, expressed as a code.
Public methodClearDescriptions
Removes all 'Description' entries. Description (BBIE). A description of the period.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDescription
Gets a 'Description' entry. Description (BBIE). A description of the period.
Public methodGetDescriptionCode
Gets a 'Description Code' entry. Description Code (BBIE). A description of the period, expressed as a code.
Public methodGetDescriptionCodeCount
Gets the number of 'Description Code' entries in the container object. Description Code (BBIE). A description of the period, expressed as a code.
Public methodGetDescriptionCount
Gets the number of 'Description' entries in the container object. Description (BBIE). A description of the period.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveDescription
Removes a 'Description' entry. Description (BBIE). A description of the period.
Public methodRemoveDescriptionCode
Removes a 'Description Code' entry. Description Code (BBIE). A description of the period, expressed as a code.
Public methodResetDurationMeasure
Resets the node.
Public methodResetDurationMeasureUnitCode
Resets the node.
Public methodResetEndDate
Resets the node.
Public methodResetEndTime
Resets the node.
Public methodResetStartDate
Resets the node.
Public methodResetStartTime
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDurationMeasure
Duration (BBIE). The duration of a period, expressed as a code; ISO 8601.
Public propertyDurationMeasureSet
Checks if the property has been set or not.
Public propertyDurationMeasureUnitCode
A combination of types: Code (string). The type of unit of measure.
Public propertyDurationMeasureUnitCodeSet
Checks if the property has been set or not.
Public propertyEndDate
End Date (BBIE). The end date of the period.
Public propertyEndDateSet
Checks if the property has been set or not.
Public propertyEndTime
End Time (BBIE). The end time of the period.
Public propertyEndTimeSet
Checks if the property has been set or not.
Public propertyStartDate
Start Date (BBIE). The start date of the period.
Public propertyStartDateSet
Checks if the property has been set or not.
Public propertyStartTime
Start Time (BBIE). The start time of the period.
Public propertyStartTimeSet
Checks if the property has been set or not.

See Also