SIFWorks ADK 2.0
SIF_Timestamp Property
NamespacesEdustructures.SifWorks.InfraSIF_HeaderSIF_Timestamp

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

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

The SIF specification defines the meaning of this element as: "Timestamp of when the message was sent."

This element 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 elements of this kind.

VersionTag
1.1
<SIF_Date>
2.0
<SIF_Timestamp>

Version: 2.0

Since: 1.1

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