| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.TimeZoneInf |
Java class for TimeZoneInf complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeZoneInf">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bias" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="standardDate" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}SysTime"/>
<element name="standardBias" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="daylightDate" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}SysTime"/>
<element name="daylightBias" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bias | |||||||||||
| daylightBias | |||||||||||
| daylightDate | |||||||||||
| standardBias | |||||||||||
| standardDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bias property.
| |||||||||||
Gets the value of the daylightBias property.
| |||||||||||
Gets the value of the daylightDate property.
| |||||||||||
Gets the value of the standardBias property.
| |||||||||||
Gets the value of the standardDate property.
| |||||||||||
Sets the value of the bias property.
| |||||||||||
Sets the value of the daylightBias property.
| |||||||||||
Sets the value of the daylightDate property.
| |||||||||||
Sets the value of the standardBias property.
| |||||||||||
Sets the value of the standardDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bias property.
Gets the value of the daylightBias property.
Gets the value of the daylightDate property.
SysTime
Gets the value of the standardBias property.
Gets the value of the standardDate property.
SysTime
Sets the value of the bias property.
| value |
|---|
Sets the value of the daylightBias property.
| value |
|---|
Sets the value of the daylightDate property.
| value | Allowed object is
SysTime
|
|---|
Sets the value of the standardBias property.
| value |
|---|
Sets the value of the standardDate property.
| value | Allowed object is
SysTime
|
|---|