Version

TimeScaleResolution Enumeration

Constants which define the time scale resolution for a DateTimeInterval.
Syntax
'Declaration
 
Public Enum TimeScaleResolution 
   Inherits System.Enum
public enum TimeScaleResolution : System.Enum 
Members
MemberDescription
DayThe DateTimeInterval can express units of time in days.
HourThe DateTimeInterval can express units of time in hours.
MinuteThe DateTimeInterval can express units of time in minutes.
MonthThe DateTimeInterval can express units of time in months.
UndefinedThe DateTimeInterval represents a custom unit of time
WeekThe DateTimeInterval can express units of time in weeks.
YearThe DateTimeInterval can express units of time in years.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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