SyndicationItem.LastUpdatedTime Property
.NET Framework 4.5
Gets and sets the last updated time for the syndication item.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.DateTimeOffsetA DateTimeOffset instance that represents the time the syndication item was last updated.
The following code shows how to set the LastUpdatedTime property on a Syndicationitem instance.
The following XML shows how this property is serialized to Atom 1.0.
<updated>2007-03-19T20:34:23Z</updated>
The following XML shows how this property is serialized to RSS 2.0.
<a10:updated>2007-03-19T20:34:23Z</a10:updated>
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.