Version

TimelineViewAppointmentTimeVisibility Enumeration

Constants which define whether the value of the StartDateTime and EndDateTime properties are displayed within the AppointmentUIElement.
Syntax
'Declaration
 
Public Enum TimelineViewAppointmentTimeVisibility 
   Inherits System.Enum
public enum TimelineViewAppointmentTimeVisibility : System.Enum 
Members
MemberDescription
BothOnLeftThe appointment's StartDateTime and EndDateTime are displayed together, as a range, to the left of the appointment text.
BothOnRightThe appointment's StartDateTime and EndDateTime are displayed together, as a range, to the right of the appointment text.
BothSeparateThe appointment's StartDateTime and EndDateTime are displayed separately, on either side of the appointment text.
EndDateTimeThe appointment's EndDateTime is displayed to the right of the appointment text.
NoneThe appointment times are not displayed.
StartDateTimeThe appointment's StartDateTime is displayed to the left of the appointment text.
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