Show / Hide Table of Contents

Class SoTimeZone

Per request timezone state - used by the WebApi request pipeline

Inheritance
object
SoTimeZone
Implements
ISoTimeZone
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public class SoTimeZone : ISoTimeZone

Constructors

SoTimeZone(ILogger<SoTimeZone>)

Per request timezone state - used by the WebApi request pipeline

Declaration
public SoTimeZone(ILogger<SoTimeZone> logger)
Parameters
Type Name Description
ILogger<SoTimeZone> logger

Properties

TimeZoneId

Get or set the current timezone id for the current scope. TimeConverter.BaseTimeZoneData.TZLocationID is used if nothing else is provided.

Declaration
public int TimeZoneId { get; set; }
Property Value
Type Description
int

Implements

ISoTimeZone

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top