AppointmentCancelledDate
This entity holds information about the date that the appointment was canceled.
Appointments
Type: DataConnect.Appointment
DayOfMonth
The day of the month.
Example: For 2014-01-13, the day of month is 13.
Type: Edm.Int32
DayOfWeek
The day of the week, where Sunday is the first day of the week.
Example: 1=Sunday, 2=Monday, etc.
Type: Edm.Int32
DayOfWeekName
The name of the day of week:
Example: day.Monday
Type: Edm.String
DayOfWeekNameEn
The English name for the day of the week.
Example: Tuesday
Type: Edm.String
FullDate
The full Date: Year, Quarter, Month and Day.
Type: Edm.Date
Id
The Appointment Cancelled Date identifier.
Type: Edm.Int32
Month
The month. Numbers 1 to and including 12.
Example: 5=May
Type: Edm.Int32
MonthName
The name of the month.
Example: month.march
Type: Edm.String
MonthNameEn
The name of the month in English.
Example: January
Type: Edm.String
Quarter
The quarter of the year, presented as numbers 1 to and including 4.
Type: Edm.Int32
WeekNumber
The week number the week containing January 1 as the first week of the year. Presented as numbers ranging from 1 to 54.
The first day of the week is Sunday.
Type: Edm.Int32
WeekNumberIso
The week number according to ISO 8601, where the week containing the first Thursday of the year is defined as the first week of the year. Presented as numbers ranging from 1 to 53.
The first day of the week is Monday.
Type: Edm.Int32
Year
The year.
Example: 2014
Type: Edm.Int32