TimeZoneInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.TimeZoneInformation", ServerTypeId="{09e18222-7e4d-488b-811d-6ef43f31d17f}", ValueObject=true)]
public sealed class TimeZoneInformation : Microsoft.SharePoint.Client.ClientValueObject
type TimeZoneInformation = class
    inherit ClientValueObject
Public NotInheritable Class TimeZoneInformation
Inherits ClientValueObject
Inheritance
TimeZoneInformation
Attributes

Constructors

TimeZoneInformation()

Properties

Bias
DaylightBias
StandardBias
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientValueObject)
WriteToXml(XmlWriter, SerializationContext)

Applies to