Version

DateRangeFormatType Enumeration

Specifies how to format a date range
Syntax
'Declaration
 
Public Enum DateRangeFormatType 
   Inherits System.Enum
public enum DateRangeFormatType : System.Enum 
Members
MemberDescription
ActivityToolTipFormat the date range to be used in an activity tooltip
CalendarDateRangeFormat the date range used in the Infragistics.Controls.Schedules.XamOutlookCalendarView header when XamScheduleView or XamDayView is the active view control.
CalendarMonthRangeFormat the date range when weeks from more than 1 month are selected.
EndDateOutOfViewFormat the end date to be used in the out of view indicator
EndTimeOnlyFormat the end time only.
MonthDayHeaderThe month day header which displays the month name and day number.
MonthDayHeaderFullThe month day header pattern which displays the month day and year.
NoneReturn an empty string
ShortWeekHeaderFormat the date range to be used in the header of the week view when the WeekHeader formatted value cannot be shown.
StartAndEndTimeFormat the start and end time.
StartDateOutOfViewFormat the start date to be used in the out of view indicator
StartTimeOnlyFormat the start time only.
WeekHeaderFormat the date range to be used in the header of the week view.
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