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... | |
Represents the date range
Aspose::Email::Clients::Exchange::WebService::DateRange::DateRange | ( | System::DateTime | startTime, |
System::DateTime | endTime | ||
) |
Initializes a new instance of the DateRange class
startTime | Specifies the start of a time period. |
endTime | Specifies the end of a time period. |
Aspose::Email::Clients::Exchange::WebService::DateRange::DateRange | ( | ) |
Initializes a new instance of the DateRange class
System::DateTime Aspose::Email::Clients::Exchange::WebService::DateRange::get_EndTime | ( | ) | const |
Gets the end of a time period.
System::DateTime Aspose::Email::Clients::Exchange::WebService::DateRange::get_StartTime | ( | ) | const |
Gets the start of a time period.
void Aspose::Email::Clients::Exchange::WebService::DateRange::set_EndTime | ( | System::DateTime | value | ) |
Sets the end of a time period.
void Aspose::Email::Clients::Exchange::WebService::DateRange::set_StartTime | ( | System::DateTime | value | ) |
Sets the start of a time period.