DateRangeCePortalVisibility
The course fee type's visibility in continuing education portals restricted by a date range.
type DateRangeCePortalVisibility {
from: LocalDateTime!
to: LocalDateTime!
}
Fields
DateRangeCePortalVisibility.from
● LocalDateTime!
non-null scalar
The date and time in the event's time zone the course fee type is visible from.
DateRangeCePortalVisibility.to
● LocalDateTime!
non-null scalar
The date and time in the event's time zone until the course fee type is visible.
Implemented By
CePortalVisibility
union