Compartir a través de


WorkingPeriod.StartTimeInMinutes Property

The StartTimeInMinutes property gets or sets the start of the work day for a mailbox user.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property StartTimeInMinutes As Integer
    Get
    Set
'Usage
Dim instance As WorkingPeriod
Dim value As Integer

value = instance.StartTimeInMinutes

instance.StartTimeInMinutes = value
public int StartTimeInMinutes { get; set; }

Property Value

Type: System.Int32
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.