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