WithFeedUpdated(DateTime?) Method
Sets the feed updated time. The default value is the current UTC time.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithFeedUpdated(DateTime? feedUpdated)

Parameters

Name Type Description
feedUpdated DateTime? The feed updated time.

Return Value

Type Description
GenerateFeeds The current module instance.