2 writes to LastUpdatedTime
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
270
result.
LastUpdatedTime
= DateFromString(dtoString, reader);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
679
result.
LastUpdatedTime
= DateFromString(str, reader);
3 references to LastUpdatedTime
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1114
WriteFeedLastUpdatedTimeTo(writer, feed.
LastUpdatedTime
, isElementRequired);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
865
if (Feed.
LastUpdatedTime
> DateTimeOffset.MinValue)
868
writer.WriteString(AsString(Feed.
LastUpdatedTime
));