Version

TimescaleUnit Enumeration

An enumeration used to describe the units for a TimescaleBand
Syntax
'Declaration
 
Public Enum TimescaleUnit 
   Inherits System.Enum
public enum TimescaleUnit : System.Enum 
Members
MemberDescription
DaysEach segment represents one or more days.
HalfYearsEach segment represents one or more halves of a year.
HoursEach segment represents one or more hours.
MinutesEach segment represents one or more minutes.
MonthsEach segment represents one or more months.
QuartersEach segment represents one or more quarters of a year.
SecondsEach segment represents one or more seconds.
ThirdsOfMonthsEach segment represents one or more third's of a month. A third of a month is the 1-10 days, 11-20 days or 21-end of the month.
WeeksEach segment represents one or more weeks.
YearsEach segment represents one or more years.
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