WorkingPeriod.StartTimeInMinutes 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.
The StartTimeInMinutes property gets or sets the start of the work day for a mailbox user.
public:
property int StartTimeInMinutes { int get(); void set(int value); };
public int StartTimeInMinutes { get; set; }
Public Property StartTimeInMinutes As Integer
Property Value
The StartTimeInMinutes property returns the start time of the work day expressed as the number of minutes that have elapsed since the day began.
Remarks
The StartTimeInMinutes property represents the start of the mailbox user's work day expressed as the number of minutes that have elapsed since the day began. For example, a start time of 8:00 A.M. is expressed as 480 minutes.
The range of possible values for this property is 0 to 1440.