DateTimeResolutionType Enumeration
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