Table of Contents

Property Expires

Namespace
GuildWars2
Assembly
GW2SDK.dll

Expires

The date and time after which the value should be considered stale. It is suggested to update your cache after this moment. When this value is missing, you may calculate your own expiration by adding a cache duration to the LastModified value.

public DateTimeOffset? Expires { get; }

Property Value

DateTimeOffset?