NuGardt SoftwareBaseResult CacheExpires Property NuGardt
Returns the date when the cached data expires. Only available when caching is enabled.

Namespace: NuGardt.API.Helper.JSON
Assembly: NuGardt.API.Helper.Json (in NuGardt.API.Helper.Json.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<DateTime> CacheExpires { get; internal set; }

Property Value

Type: OnlineNullable OnlineDateTime 

Return Value

Type: OnlineNullable OnlineDateTime 

Implements

IBaseResult CacheExpires
Remarks

See Also