just a thin layer on top of the existing updated of the underlying atomentry

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public DateTime Updated { get; set; }
Visual Basic (Declaration)
Public Property Updated As DateTime
Visual C++
public:

property DateTime Updated {

	DateTime get ();

	void set (DateTime value);

}

See Also