Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours Class Referencefinal

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
 

Detailed Description

Represents the user working hours.

Constructor & Destructor Documentation

◆ ExchangeUserWorkingHours() [1/2]

Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::ExchangeUserWorkingHours ( )

Initializes a new instance of the ExchangeUserWorkingHours class.

◆ ExchangeUserWorkingHours() [2/2]

Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::ExchangeUserWorkingHours ( System::DayOfWeek  dayOfWeek,
System::TimeSpan  startTime,
System::TimeSpan  endTime 
)

Initializes a new instance of the ExchangeUserWorkingHours class.

Parameters
dayOfWeekA day of week.
startTimeA start time of the working day.
endTimeAn end time of the working day.

Member Function Documentation

◆ get_DayOfWeek()

System::DayOfWeek Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_DayOfWeek ( ) const

Gets the day of week.

◆ get_EndTime()

System::TimeSpan Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_EndTime ( ) const

Gets the end time of the working day.

◆ get_StartTime()

System::TimeSpan Aspose::Email::Clients::Exchange::WebService::ExchangeUserWorkingHours::get_StartTime ( ) const

Gets the start time of the working day.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2007

friend class Aspose::Email::Clients::Exchange::WebService::EWSClient2007
friend