API Reference
Class
OutlookTimeZoneRule
One TZRule contained in an Outlook time-zone definition.
Inheritance
- Object
- OutlookTimeZoneRule
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OutlookTimeZoneDefinition.GetRule
- Property OutlookTimeZoneDefinition.Rules
- Property OutlookTimeZoneStructure.Rule
Constructors
public OutlookTimeZoneRule() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 EffectiveYear { get; set; } #Year from which the rule is effective.
public Int32 BiasMinutes { get; set; } #Minutes added to local time to obtain UTC.
public Int32 StandardBiasMinutes { get; set; } #Additional standard-time bias.
public Int32 DaylightBiasMinutes { get; set; } #Additional daylight-time bias.
public OutlookTimeZoneTransition StandardTransition { get; set; } #Transition to standard time.
public OutlookTimeZoneTransition DaylightTransition { get; set; } #Transition to daylight time.
public TimeSpan StandardUtcOffset { get; } #UTC offset during standard time.
public TimeSpan DaylightUtcOffset { get; } #UTC offset during daylight time.
public Boolean HasDaylightSaving { get; } #Whether this rule declares daylight transitions.