Version

DateRangeScope Enumeration

Enumeration used to indicate what part of a date time is considered when comparing dates.
Syntax
'Declaration
 
Public Enum DateRangeScope 
   Inherits System.Enum
public enum DateRangeScope : System.Enum 
Members
MemberDescription
DayThe date (i.e. year, month and day) are considered.
HourThe hour within a specific date is considered
MinuteThe full date ignoring the seconds are considered
MonthThe Year and Month are considered.
SecondThe full date ignoring milliseconds are considered
YearOnly the year is considered.
Requirements

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

See Also