SitemapItem.

LastModUtc Property

Summary

Gets or sets the last modified time of the item in UTC.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules.Contents
Containing Type
SitemapItem

Syntax

public Nullable<DateTime> LastModUtc { get; set; }

Value

Type Description
Nullable<DateTime>
GitHub