Back to Devexpress

AppointmentFormatStringService Class

corelibraries-devexpress-dot-xtrascheduler-dot-services-dot-implementation-1bcb9ea5.md

latest2.0 KB
Original Source

AppointmentFormatStringService Class

Provides a wrapper for using the IAppointmentFormatStringService interface, enabling you to change time formats used to display appointment start and end times, as well as the string indicating that an appointment extends beyond the visible area.

Namespace : DevExpress.XtraScheduler.Services.Implementation

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentFormatStringService :
    IAppointmentFormatStringService
vb
Public Class AppointmentFormatStringService
    Implements IAppointmentFormatStringService

Remarks

For information on using the AppointmentFormatStringService, refer to the How to: Display Appointments in Military Time document.

Inheritance

Object AppointmentFormatStringService

See Also

AppointmentFormatStringService Members

How to: Display Appointments in Military Time

Formatting Services - an example of use

DevExpress.XtraScheduler.Services.Implementation Namespace