Represents the user working hours. More...
Inherits Object.
Public Member Functions | |
System::DayOfWeek | get_DayOfWeek () const |
Gets the day of week. More... | |
System::TimeSpan | get_StartTime () const |
Gets the start time of the working day. More... | |
System::TimeSpan | get_EndTime () const |
Gets the end time of the working day. More... | |
ExchangeUserWorkingHours () | |
Initializes a new instance of the ExchangeUserWorkingHours class. More... | |
ExchangeUserWorkingHours (System::DayOfWeek dayOfWeek, System::TimeSpan startTime, System::TimeSpan endTime) | |
Initializes a new instance of the ExchangeUserWorkingHours class. More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::WebService::EWSClient2007 |
Represents the user working hours.
Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::ExchangeUserWorkingHours | ( | ) |
Initializes a new instance of the ExchangeUserWorkingHours class.
Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::ExchangeUserWorkingHours | ( | System::DayOfWeek | dayOfWeek, |
System::TimeSpan | startTime, | ||
System::TimeSpan | endTime | ||
) |
Initializes a new instance of the ExchangeUserWorkingHours class.
dayOfWeek | A day of week. |
startTime | A start time of the working day. |
endTime | An end time of the working day. |
System::DayOfWeek Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_DayOfWeek | ( | ) | const |
Gets the day of week.
System::TimeSpan Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_EndTime | ( | ) | const |
Gets the end time of the working day.
System::TimeSpan Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_StartTime | ( | ) | const |
Gets the start time of the working day.
|
friend |