'Declaration Public Enum DateRangeScope Inherits System.Enum
public enum DateRangeScope : System.Enum
Member | Description |
---|---|
Day | The date (i.e. year, month and day) are considered. |
Hour | The hour within a specific date is considered |
Minute | The full date ignoring the seconds are considered |
Month | The Year and Month are considered. |
Second | The full date ignoring milliseconds are considered |
Year | Only the year is considered. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2