QuotaUsage.NextResetTime property
Next reset time for the resource counter
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NextResetTime As DateTime
Get
Set
'Usage
Dim instance As QuotaUsage
Dim value As DateTime
value = instance.NextResetTime
instance.NextResetTime = value
[DataMemberAttribute]
public DateTime NextResetTime { get; set; }
Property value
Type: System.DateTime