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

the Timestamp of the last modification of the timesheet detail.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DateTime ModifiedByTimestamp { get; set; }
Visual Basic (Declaration)
Public Property ModifiedByTimestamp As DateTime
Visual C++
public:
property DateTime ModifiedByTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also