Version

AppointmentFormatString Property (WebMonthView)

The format string used to build text for an appointment.
Syntax
'Declaration
 
Public Property AppointmentFormatString As String
public string AppointmentFormatString {get; set;}
Remarks

Notes: That property may include literal characters and replacement-string flags which are defined as "FormatTag_Xxxx" constants in WebScheduleInfo class.

Literal part of format is used as it is and passed directly to html.

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