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