set's the mininum daterange value for the updated element

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

Syntax

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

property DateTime StartDate {

	DateTime get ();

	void set (DateTime value);

}

Return Value

the min (inclusive) date/time

See Also