WorkingPeriod.EndTimeInMinutes Property
The EndTimeInMinutes property gets or sets the end of the work day for a mailbox user.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EndTimeInMinutes As Integer
Get
Set
'Usage
Dim instance As WorkingPeriod
Dim value As Integer
value = instance.EndTimeInMinutes
instance.EndTimeInMinutes = value
public int EndTimeInMinutes { get; set; }
Property Value
Type: System.Int32
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.