Class SoTimeZone
Per request timezone state - used by the WebApi request pipeline
Implements
Inherited Members
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 |