Class TimeZoneInformation
Inheritance
System.Object
TimeZoneInformation
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: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class TimeZoneInformation
Constructors
TimeZoneInformation()
Declaration
public TimeZoneInformation()
Properties
Bias
Declaration
public int Bias { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DaylightBias
Declaration
public int DaylightBias { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DaylightDate
Declaration
public SYSTEMTIME DaylightDate { get; set; }
Property Value
Type | Description |
---|---|
SYSTEMTIME |
StandardBias
Declaration
public int StandardBias { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StandardDate
Declaration
public SYSTEMTIME StandardDate { get; set; }
Property Value
Type | Description |
---|---|
SYSTEMTIME |