property Schedule.DayEndTime as String
Indicates the day end time.

TypeDescription
String A String expression that indicates the ending time of the day. For instance, the "08:00" indicates 08:00 AM, while the "16:00" indicates the 08:00 PM.
By default, the DayEndTime property is "16:00", which indicates that the day ends at 8:00 PM. The DayStartTime property specifies the time to start the day. The TimeZone property can be used to programmatically update the time zone. The MajorTimeRuler property indicates the time to increment the major rulers, while the MinorTimeRuler property specifies the time to increment the minor rulers. The DateTimeFromPoint/TimeFromPoint properties can be used to get the date/time from the cursor.