protected static class TimeZoneTransitionGroup.CustomTimeZoneCreateParams extends Object
Modifier | Constructor and Description |
---|---|
protected |
CustomTimeZoneCreateParams()
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected CustomTimeZoneCreateParams()
protected TimeSpan getBaseOffsetToUtc()
protected void setBaseOffsetToUtc(TimeSpan baseOffsetToUtc)
baseOffsetToUtc
- the new base offset to utcprotected String getStandardDisplayName()
protected void setStandardDisplayName(String standardDisplayName)
standardDisplayName
- the new standard display nameprotected String getDaylightDisplayName()
protected void setDaylightDisplayName(String daylightDisplayName)
daylightDisplayName
- the new daylight display nameprotected boolean getHasDaylightPeriod()
Copyright © 2012–2015 Microsoft. All rights reserved.