Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date/time resolution type.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public Enumeration DateTimeResolutionType
'Usage
Dim instance As DateTimeResolutionType
public enum DateTimeResolutionType
Members
| Member name | Description | |
|---|---|---|
| Second | Specifies second as the date/time resolution. | |
| Minute | Specifies minute as the date/time resolution. | |
| Hour | Specifies hour as the date/time resolution. | |
| Day | Specifies day as the date/time resolution. | |
| Year | Specifies year as the date/time resolution. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace