Aspose::Email::Clients::Google::Range Class Reference

Time range during which calendar should be regarded as busy. More...

Inherits Object.

Public Member Functions

System::DateTime get_Start () const
 The start of the time period. More...
 
void set_Start (System::DateTime value)
 The start of the time period. More...
 
System::DateTime get_End () const
 The end of the time period. More...
 
void set_End (System::DateTime value)
 The end of the time period. More...
 
 Range ()
 Initializes a new instance of the Range class. More...
 
 Range (System::DateTime start, System::DateTime end)
 Initializes a new instance of the Range class. More...
 
System::String ToString () const override
 Returns a String which represents the object instance. More...
 

Detailed Description

Time range during which calendar should be regarded as busy.

Constructor & Destructor Documentation

◆ Range() [1/2]

Aspose::Email::Clients::Google::Range::Range ( )

Initializes a new instance of the Range class.

◆ Range() [2/2]

Aspose::Email::Clients::Google::Range::Range ( System::DateTime  start,
System::DateTime  end 
)

Initializes a new instance of the Range class.

Parameters
startThe start of the time period.
endThe end of the time period.

Member Function Documentation

◆ get_End()

System::DateTime Aspose::Email::Clients::Google::Range::get_End ( ) const

The end of the time period.

◆ get_Start()

System::DateTime Aspose::Email::Clients::Google::Range::get_Start ( ) const

The start of the time period.

◆ set_End()

void Aspose::Email::Clients::Google::Range::set_End ( System::DateTime  value)

The end of the time period.

◆ set_Start()

void Aspose::Email::Clients::Google::Range::set_Start ( System::DateTime  value)

The start of the time period.

◆ ToString()

System::String Aspose::Email::Clients::Google::Range::ToString ( ) const
override

Returns a String which represents the object instance.

Returns
Returns a String which represents the object instance.