1 write to LastUpdatedTime
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
351result.LastUpdatedTime = DateFromString(dtoString, reader);
3 references to LastUpdatedTime
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1158WriteItemLastUpdatedTimeTo(dictWriter, item.LastUpdatedTime);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1107if (item.LastUpdatedTime > DateTimeOffset.MinValue) 1111Atom10FeedFormatter.WriteItemLastUpdatedTimeTo(writer, item.LastUpdatedTime);