XlFilterAllDatesInPeriod Enumeration
Specifies how dates should be filtered in the specified period.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlFilterAllDatesInPeriod
'Usage
Dim instance As XlFilterAllDatesInPeriod
public enum XlFilterAllDatesInPeriod
Members
Member name | Description | |
---|---|---|
xlFilterAllDatesInPeriodYear | Filter all dates for the specified year. | |
xlFilterAllDatesInPeriodMonth | Filter all dates for the specified month. | |
xlFilterAllDatesInPeriodDay | Filter all dates for the specified date. | |
xlFilterAllDatesInPeriodHour | Filter all dates for the specified hour. | |
xlFilterAllDatesInPeriodMinute | Filter all dates until the specified minute. | |
xlFilterAllDatesInPeriodSecond | Filter all dates until the specified second. |