다음을 통해 공유


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
public int EndTimeInMinutes { get; set; }
public:
property int EndTimeInMinutes {
    int get ();
    void set (int value);
}
/** @property */
public int get_EndTimeInMinutes ()

/** @property */
public void set_EndTimeInMinutes (int value)
public function get EndTimeInMinutes () : int

public function set EndTimeInMinutes (value : int)

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)