Sets the feed published time. The default value is the current UTC time.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedPublished(DateTime? feedPublished)
Parameters
Name | Type | Description |
---|---|---|
feedPublished | DateTime? | The feed published time. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |