TimeZoneContextType Members
An instance of the TimeZoneContextType class is used as the SOAP header of a request. When this instance is present, the DateTime properties of tasks that are created or updated will be scoped to the time zone that is contained within the TimeZoneContextType instance.
The following tables list the members exposed by the TimeZoneContextType type.
Public Constructors
Name | Description | |
---|---|---|
TimeZoneContextType | The TimeZoneContextType constructor initializes a new instance of the TimeZoneContextType type. |
Top
Public Properties
Name | Description | |
---|---|---|
Actor | (inherited from SoapHeader ) | |
AnyAttr | The AnyAttr gets or sets a collection of SOAP attributes. | |
DidUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand12 | (inherited from SoapHeader ) | |
EncodedRelay | (inherited from SoapHeader ) | |
MustUnderstand | (inherited from SoapHeader ) | |
Relay | (inherited from SoapHeader ) | |
Role | (inherited from SoapHeader ) | |
TimeZoneDefinition | The TimeZoneDefinition property gets or sets the time zone for DateTime properties of tasks that are created or updated when you are using the TimeZoneContext SOAP header. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also