Show / Hide Table of Contents

Class DBC.TZDstRuleFields

Fields for TZDstRule, Time zone rule for daylight saving time

Inheritance
object
DBC.TZDstRuleFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TZDstRuleFields

Fields

Bias

TZDstRule.Bias: number of minutes bias relative to UTC time

Declaration
public const string Bias = "bias"
Field Value
Type Description
string

Description

TZDstRule.Description: Description, for identifying the rule in SoAdmin

Declaration
public const string Description = "description"
Field Value
Type Description
string

EndDayOfMonth

TZDstRule.EndDayOfMonth: Custom DST end day, if 0 then parse endRule

Declaration
public const string EndDayOfMonth = "endDayOfMonth"
Field Value
Type Description
string

EndMonth

TZDstRule.EndMonth: Custom DST end month, if 0 then parse endRule

Declaration
public const string EndMonth = "endMonth"
Field Value
Type Description
string

EndRule

TZDstRule.EndRule: DST end rule, such as 2300 LST-SAT-OCT; limited to rules that we have parse code for; use dayOfMonth etc for custom rules

Declaration
public const string EndRule = "endRule"
Field Value
Type Description
string

IsBuiltIn

TZDstRule.IsBuiltIn: Is this row part of SuperOffice priming data

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
string

Registered

TZDstRule.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

TZDstRule.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

StartDayOfMonth

TZDstRule.StartDayOfMonth: Custom DST start day, if 0 then parse startRule

Declaration
public const string StartDayOfMonth = "startDayOfMonth"
Field Value
Type Description
string

StartMonth

TZDstRule.StartMonth: Custom DST start month, if 0 then parse startRule

Declaration
public const string StartMonth = "startMonth"
Field Value
Type Description
string

StartRule

TZDstRule.StartRule: DST start rule, such as 0200 1ST-SUN-APR; limited to rules that we have parse code for; use dayOfMonth etc for custom rules

Declaration
public const string StartRule = "startRule"
Field Value
Type Description
string

TZDstRuleId

TZDstRule.TZDstRuleId: Primary key

Declaration
public const string TZDstRuleId = "TZDstRule_id"
Field Value
Type Description
string

TZLocationId

TZDstRule.TZLocationId: Location that this rule is valid for - one location may have one or more rules; multiple rules are discerned by their validFrom dates

Declaration
public const string TZLocationId = "TZLocationId"
Field Value
Type Description
string

Updated

TZDstRule.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

TZDstRule.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

TZDstRule.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

ValidFrom

TZDstRule.ValidFrom: Date this rule is valid from

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top