Returns the date when the cached data expires. Only available when caching is enabled.
Namespace: NuGardt.SC2Ranks.API.ResultAssembly: NuGardt.SC2Ranks.API (in NuGardt.SC2Ranks.API.dll) Version: 2.0.0.0 (2.0.0.0)
public Nullable<DateTime> CacheExpires { get; internal set; }public Nullable<DateTime> CacheExpires { get; internal set; }Public Property CacheExpires As Nullable(Of DateTime)
Get
Friend Set
Public Property CacheExpires As Nullable(Of DateTime)
Get
Friend Set
public:
virtual property Nullable<DateTime> CacheExpires {
Nullable<DateTime> get () sealed;
internal: void set (Nullable<DateTime> value) sealed;
}public:
virtual property Nullable<DateTime> CacheExpires {
Nullable<DateTime> get () sealed;
internal: void set (Nullable<DateTime> value) sealed;
}Property Value
Type:
Nullable
DateTime Return Value
Type:
Nullable
DateTime Implements
IBaseResult CacheExpires