Class DBC.TZDstRuleFields
Fields for TZDstRule, Time zone rule for daylight saving time
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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 |