Appointment クラス (Windows.ApplicationModel.Appointments 名前空間)
public sealed class Appointment
継承:Object → Appointment
[toc]プロパティ
AllDay
public bool AllDay { get; set; }
AllowNewTimeProposal
public bool AllowNewTimeProposal { get; set; }
BusyStatus
public AppointmentBusyStatus BusyStatus { get; set; }
CalendarId
public string CalendarId { get; }
ChangeNumber
public ulong ChangeNumber { get; }
Details
public string Details { get; set; }
DetailsKind
public AppointmentDetailsKind DetailsKind { get; set; }
HasInvitees
public bool HasInvitees { get; }
Invitees
public IList<AppointmentInvitee> Invitees { get; }
IsCanceledMeeting
public bool IsCanceledMeeting { get; set; }
IsOrganizedByUser
public bool IsOrganizedByUser { get; set; }
IsResponseRequested
public bool IsResponseRequested { get; set; }
LocalId
public string LocalId { get; }
Location
public string Location { get; set; }
OnlineMeetingLink
public string OnlineMeetingLink { get; set; }
Organizer
public AppointmentOrganizer Organizer { get; set; }
OriginalStartTime
public Nullable<DateTimeOffset> OriginalStartTime { get; }
Recurrence
public AppointmentRecurrence Recurrence { get; set; }
Reminder
public Nullable<TimeSpan> Reminder { get; set; }
RemoteChangeNumber
public ulong RemoteChangeNumber { get; set; }
ReplyTime
public Nullable<DateTimeOffset> ReplyTime { get; set; }
RoamingId
public string RoamingId { get; set; }
Sensitivity
public AppointmentSensitivity Sensitivity { get; set; }
StartTime
public DateTimeOffset StartTime { get; set; }
Subject
public string Subject { get; set; }
Uri
public Uri Uri { get; set; }
UserResponse
public AppointmentParticipantResponse UserResponse { get; set; }