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