Version

FormatTag_SHOW_TIME_AS Field

Replacement tag used to include the activity's Free | Tentative | Busy status. It is used by the AppointmentFormatString and AppointmentTooltipFormatString properties.
Syntax
'Declaration
 
Public Const FormatTag_SHOW_TIME_AS As String
public const string FormatTag_SHOW_TIME_AS
Remarks

Use this replacement tag to indicate an activity's ShowTimeAs status on your WebSchedule view element. This is particularly important to comply with Accessibility guidelines for an audience who cannot perceive information conveyed by color only, as is done with WebDayView's activity edge styles.

The text description for the values of the ShowTimeAs enumeration are taken from your resource assembly's localized string literals.

Requirements

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