Interface ISoTimeZone
Per-request override of the timezone on the principal. Set on the request from the header, so may be NULL if there is no timezone header, or if the request is from within NetServer
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public interface ISoTimeZone
Properties
TimeZoneId
TimeZone id for this request - 0 = not set, but BaseTimeZoneData.TZLocationID is returned if timezone handling is ON for this database.
Declaration
int TimeZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |