set's the ModifiedSince date. If this is set to something different than
DateTime.MinValue, and the FeedQuery object is used for a Service.Query
call, this will cause an ifmodified Since header to be created.
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public DateTime ModifiedSince { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ModifiedSince As DateTime |
| Visual C++ |
|---|
public: property DateTime ModifiedSince { DateTime get (); void set (DateTime value); } |