Edit

Share via


WorkingPeriod.StartTimeInMinutes Property

Definition

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.

Applies to