Version

TimeDisplayStyleEnum Enumeration

Determines how the Appointment.StartDateTime and Appointment.EndDateTime of an Appointment object will be displayed.
Syntax
'Declaration
 
Public Enum TimeDisplayStyleEnum 
   Inherits System.Enum
public enum TimeDisplayStyleEnum : System.Enum 
Members
MemberDescription
ClockTime is displayed as a clock image, with the time represented by the hands of the clock.
NoneTime is not displayed
Time12HourTime is displayed in 12-hour (h:mm AM/PM) format
Time24HourTime is displayed in 24-hour (hh:mm) format
UseSystemSettingTime is displayed using applicable portions of the system's LongTimePattern setting
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