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

Represents the date range More...

Inherits Object.

Public Member Functions

System::DateTime get_StartTime () const
 Gets the start of a time period. More...
 
void set_StartTime (System::DateTime value)
 Sets the start of a time period. More...
 
System::DateTime get_EndTime () const
 Gets the end of a time period. More...
 
void set_EndTime (System::DateTime value)
 Sets the end of a time period. More...
 
 DateRange (System::DateTime startTime, System::DateTime endTime)
 Initializes a new instance of the DateRange class More...
 
 DateRange ()
 Initializes a new instance of the DateRange class More...
 

Detailed Description

Represents the date range

Constructor & Destructor Documentation

◆ DateRange() [1/2]

Aspose::Email::Clients::Exchange::WebService::DateRange::DateRange ( System::DateTime  startTime,
System::DateTime  endTime 
)

Initializes a new instance of the DateRange class

Parameters
startTimeSpecifies the start of a time period.
endTimeSpecifies the end of a time period.

◆ DateRange() [2/2]

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

Initializes a new instance of the DateRange class

Member Function Documentation

◆ get_EndTime()

System::DateTime Aspose::Email::Clients::Exchange::WebService::DateRange::get_EndTime ( ) const

Gets the end of a time period.

◆ get_StartTime()

System::DateTime Aspose::Email::Clients::Exchange::WebService::DateRange::get_StartTime ( ) const

Gets the start of a time period.

◆ set_EndTime()

void Aspose::Email::Clients::Exchange::WebService::DateRange::set_EndTime ( System::DateTime  value)

Sets the end of a time period.

◆ set_StartTime()

void Aspose::Email::Clients::Exchange::WebService::DateRange::set_StartTime ( System::DateTime  value)

Sets the start of a time period.