Class TimeZoneTransitionGroup.CustomTimeZoneCreateParams
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
-
- Enclosing class:
- TimeZoneTransitionGroup
protected static class TimeZoneTransitionGroup.CustomTimeZoneCreateParams extends Object
The Class CustomTimeZoneCreateParams.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomTimeZoneCreateParams()Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeSpangetBaseOffsetToUtc()Gets the base offset to UTC.protected StringgetDaylightDisplayName()Gets the display name of the daylight period.protected booleangetHasDaylightPeriod()Gets a value indicating whether the custom time zone should have a daylight period.protected StringgetStandardDisplayName()Gets the display name of the standard period.protected voidsetBaseOffsetToUtc(TimeSpan baseOffsetToUtc)Sets the base offset to utc.protected voidsetDaylightDisplayName(String daylightDisplayName)Sets the daylight display name.protected voidsetStandardDisplayName(String standardDisplayName)Sets the standard display name.
-
-
-
Constructor Detail
-
CustomTimeZoneCreateParams
protected 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
-
-