SyndicationItem.LastUpdatedTime Property

Definition

Gets or sets the most recent time the item was modified. This property represents the atom:updated element.

public:
 property DateTime LastUpdatedTime { DateTime get(); void set(DateTime value); };
DateTime LastUpdatedTime();

void LastUpdatedTime(DateTime value);
public System.DateTimeOffset LastUpdatedTime { get; set; }
var dateTime = syndicationItem.lastUpdatedTime;
syndicationItem.lastUpdatedTime = dateTime;
Public Property LastUpdatedTime As DateTimeOffset

Property Value

The atom:updated element.

Applies to