With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class BiasReader

Provides the UTC offset specification.

Inheritance
System.Object
BiasReader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class BiasReader

Constructors

BiasReader()

Initializes a new instance of the BiasReader class.

Declaration
public BiasReader()

BiasReader(Byte[])

Initializes a new instance of the BiasReader class.

Declaration
public BiasReader(byte[] rawData)
Parameters
Type Name Description
System.Byte[] rawData

The data to use for initialization.

Properties

DaylightBias

Gets the Daylight Saving Time bias.

Declaration
public virtual TimeSpan DaylightBias { get; }
Property Value
Type Description
System.TimeSpan

ZoneBias

Gets the basic bias of the time zone.

Declaration
public virtual TimeSpan ZoneBias { get; }
Property Value
Type Description
System.TimeSpan

Methods

GetDaylightChanges(Int32)

Returns the daylight saving time period for a particular year.

Declaration
public virtual DaylightTime GetDaylightChanges(int year)
Parameters
Type Name Description
System.Int32 year

The year to which the daylight saving time period applies.

Returns
Type Description
System.Globalization.DaylightTime