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
public int StartTimeInMinutes { get; set; }
public:
property int StartTimeInMinutes {
int get ();
void set (int value);
}
/** @property */
public int get_StartTimeInMinutes ()
/** @property */
public void set_StartTimeInMinutes (int value)
public function get StartTimeInMinutes () : int
public function set StartTimeInMinutes (value : int)
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.
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)