AppointmentConflictResult
AppointmentConflictResult
AppointmentConflictResult
AppointmentConflictResult
Class
Definition
Represents a conflict between appointments.
public : sealed class AppointmentConflictResult : IAppointmentConflictResultpublic sealed class AppointmentConflictResult : IAppointmentConflictResultPublic NotInheritable Class AppointmentConflictResult Implements IAppointmentConflictResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Date Date Date Date
Gets the date of the appointment conflict.
public : DateTime Date { get; }public DateTimeOffset Date { get; }Public ReadOnly Property Date As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The date of the appointment conflict.
Type Type Type Type
Gets a value indicating the type of appointment conflict.
public : AppointmentConflictType Type { get; }public AppointmentConflictType Type { get; }Public ReadOnly Property Type As AppointmentConflictType// You can use this property in JavaScript.
- Value
- AppointmentConflictType AppointmentConflictType AppointmentConflictType AppointmentConflictType
A value indicating the type of appointment conflict.