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