SIFWorks ADK 2.0
Period Property
NamespacesEdustructures.SifWorks.HrfinFinancialIncomeStatementPeriod

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <Period> element.
Declaration Syntax
C#Visual BasicVisual C++
public FISPeriod Period{ get; set;}
Public Property Period As FISPeriod
public:
property FISPeriod^ Period {
	FISPeriod^ get ();
	void set (FISPeriod^ value);
}
Value
A FISPeriod
Remarks

The SIF specification defines the meaning of this null as: "Period of the income statement."

This null is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering nulls of this kind.

VersionTag
1.5r1
<FISPeriod>
2.0
<Period>

To remove the FISPeriod, set Period to null

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10