Table of Contents

Property LastModified

Namespace
GuildWars2
Assembly
GW2SDK.dll

LastModified

The date and time that indicate when the value was last modified. You may use this value to calculate an absolute expiration for your cache by adding a cache duration (max-age) of your choice. When this value is missing, you may use the Date value instead for the calculation.

public DateTimeOffset? LastModified { get; }

Property Value

DateTimeOffset?