SIFWorks ADK 2.0
TerminationDate Property
NamespacesEdustructures.SifWorks.HrfinEmploymentRecordTerminationDate

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

Gets or sets the value of the <TerminationDate> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> TerminationDate{ get; set;}
Public Property TerminationDate As Nullable(Of DateTime)
public:
property Nullable<DateTime> TerminationDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The TerminationDate element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Date the employee resigned. Present if a HireDate is entered and a TerminationDate is available."

Version: 2.0

Since: 2.0

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