WorkingHours.StartTime 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 starts working.
public:
property TimeSpan StartTime { TimeSpan get(); };
public TimeSpan StartTime { get; }
Public ReadOnly Property StartTime As TimeSpan
Property Value
The value of the StartTime property is a T:System.Timespan