[This is preliminary documentation and is subject to change.]
This element is designed to contain the time period attached to an object. Very long periods (school year, quarter, etc.) and very small periods (second, millisecond, etc.) can be defined. This element provides a scoping description of the time metadata enclosed.
| C# | Visual Basic | Visual C++ |
public class TimeElement : SifKeyedElement
Public Class TimeElement _ Inherits SifKeyedElement
public ref class TimeElement : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TimeElementTimeElementNew()() |
Creates an instance of a TimeElement
| |
| TimeElementTimeElementNew(TimeElementType, String, String, String) |
Constructor that accepts values for all mandatory fields
| |
| Code |
Gets or sets the value of the <Code> element.
| |
| EndDateTime |
Gets or sets the value of the <EndDateTime> element.
| |
| IsCurrent |
Gets or sets the value of the <IsCurrent> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| Name |
Gets or sets the value of the <Name> element.
| |
| SetType(TimeElementType) |
Sets the value of the <Type> element.
| |
| SpanGaps |
Gets or sets the value of the <SpanGaps> element.
| |
| StartDateTime |
Gets or sets the value of the <StartDateTime> element.
| |
| Type |
Gets or sets the value of the <Type> element.
| |
| Value |
Gets or sets the value of the <Value> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| TimeElement | ||||