WorkingHours.EndTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time of day that the attendee stops working.
public:
property TimeSpan EndTime { TimeSpan get(); };
public TimeSpan EndTime { get; }
Public ReadOnly Property EndTime As TimeSpan
Property Value
The value of the EndTime property is a T:System.Timespan