Noda Time
StandardOffset Property
NamespacesNodaTime.TimeZonesZoneIntervalStandardOffset

[This is preliminary documentation and is subject to change.]

Gets the standard offset for this period. This is the offset without any daylight savings contributions.
Declaration Syntax
C#Visual BasicVisual C++
public Offset StandardOffset { get; }
Public ReadOnly Property StandardOffset As Offset
	Get
public:
property Offset StandardOffset {
	Offset get ();
}
Value
The base Offset.
Remarks
This is effectively Offset - Savings.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)