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
IsSet
Has the timezone value been set?
Declaration
bool IsSet { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
TimeZoneId
TimeZone id for this request - 0 = not set
Declaration
int TimeZoneId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)