SIFWorks ADK 2.0
Timestamp Property
NamespacesEdustructures.SifWorksSifMessagePayloadTimestamp

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

Gets the timestamp of this message from the SIF_Date and SIF_Time elements in its header. If the message does not have a Edustructures.SifWorks element, one is created with a timestamp equal to the current time.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Nullable<DateTime> Timestamp{ get;}
Public Overridable ReadOnly Property Timestamp As Nullable(Of DateTime)
public:
virtual property Nullable<DateTime> Timestamp {
	Nullable<DateTime> get ();
}
Return Value
The message timestamp

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