Reference Library
ServiceProvider..::..GetTimeOfDayResponseArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderServiceProvider..::..GetTimeOfDayResponseArgs
The class holds the data for the GetTimeOfDay response.

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public class GetTimeOfDayResponseArgs : ServiceProvider..::..ServiceProviderCommonResponseArgs
Public Class GetTimeOfDayResponseArgs _
	Inherits ServiceProvider..::..ServiceProviderCommonResponseArgs
public ref class GetTimeOfDayResponseArgs : public ServiceProvider..::..ServiceProviderCommonResponseArgs
Members
All MembersProperties



IconMemberDescription
Day
Specifies the day portion of the date.

getError
If an exception occurred in the server, this will contain the text of the exception.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getInvokeId
The ID of the XML messages that was sent to the server.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getServiceProvider
The ServiceProvider object that this event is associated with.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getUserState
The User State object that the application passed in.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
getXmlDocument
The XML Document associated with this response.
(Inherited from ServiceProvider..::..ServiceProviderCommonResponseArgs.)
Hour
Specifies the hour portion of the time.

Minute
Specifies the minute portion of the time.

Month
Specifies the month portion of the date.

Second
Specifies the second portion of the time.

SwitchName
Specifies the switchname identifier used to query for its date time data.

Year
Specifies the year portion of the date.

Inheritance Hierarchy
Object
EventArgs
 ServiceProvider..::..ServiceProviderCommonResponseArgs
  ServiceProvider..::..GetTimeOfDayResponseArgs

Assembly: ServiceProvider (Module: ServiceProvider)