microsoft.exchange.webservices.data.property.complex.time
Class TimeZoneTransitionGroup.CustomTimeZoneCreateParams

java.lang.Object
  extended by microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Enclosing class:
TimeZoneTransitionGroup

protected static class TimeZoneTransitionGroup.CustomTimeZoneCreateParams
extends Object

The Class CustomTimeZoneCreateParams.


Constructor Summary
protected TimeZoneTransitionGroup.CustomTimeZoneCreateParams()
          Initializes a new instance of the class.
 
Method Summary
protected  TimeSpan getBaseOffsetToUtc()
          Gets the base offset to UTC.
protected  String getDaylightDisplayName()
          Gets the display name of the daylight period.
protected  boolean getHasDaylightPeriod()
          Gets a value indicating whether the custom time zone should have a daylight period.
protected  String getStandardDisplayName()
          Gets the display name of the standard period.
protected  void setBaseOffsetToUtc(TimeSpan baseOffsetToUtc)
          Sets the base offset to utc.
protected  void setDaylightDisplayName(String daylightDisplayName)
          Sets the daylight display name.
protected  void setStandardDisplayName(String standardDisplayName)
          Sets the standard display name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneTransitionGroup.CustomTimeZoneCreateParams

protected TimeZoneTransitionGroup.CustomTimeZoneCreateParams()
Initializes a new instance of the class.

Method Detail

getBaseOffsetToUtc

protected TimeSpan getBaseOffsetToUtc()
Gets the base offset to UTC.

Returns:
the base offset to utc

setBaseOffsetToUtc

protected void setBaseOffsetToUtc(TimeSpan baseOffsetToUtc)
Sets the base offset to utc.

Parameters:
baseOffsetToUtc - the new base offset to utc

getStandardDisplayName

protected String getStandardDisplayName()
Gets the display name of the standard period.

Returns:
the standard display name

setStandardDisplayName

protected void setStandardDisplayName(String standardDisplayName)
Sets the standard display name.

Parameters:
standardDisplayName - the new standard display name

getDaylightDisplayName

protected String getDaylightDisplayName()
Gets the display name of the daylight period.

Returns:
the daylight display name

setDaylightDisplayName

protected void setDaylightDisplayName(String daylightDisplayName)
Sets the daylight display name.

Parameters:
daylightDisplayName - the new daylight display name

getHasDaylightPeriod

protected boolean getHasDaylightPeriod()
Gets a value indicating whether the custom time zone should have a daylight period. true if the custom time zone should have a daylight period; otherwise, false.

Returns:
the checks for daylight period


Copyright © 2012–2015 Microsoft. All rights reserved.