Show / Hide Table of Contents

Class TimeZoneRule

Inheritance
Object
TimeZoneRule
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class TimeZoneRule : Object

Constructors

TimeZoneRule()

Declaration
public TimeZoneRule()

TimeZoneRule(Int32, Int32, Int32, Int32, Int32)

Declaration
public TimeZoneRule(int tzOffset, int startDay, int startMonth, int endDay, int endMonth)
Parameters
Type Name Description
Int32 tzOffset
Int32 startDay
Int32 startMonth
Int32 endDay
Int32 endMonth

TimeZoneRule(Int32, String, String)

Declaration
public TimeZoneRule(int tzOffset, string startRulePattern, string endRulePattern)
Parameters
Type Name Description
Int32 tzOffset
String startRulePattern
String endRulePattern

Properties

EndDay

Declaration
public int EndDay { get; set; }
Property Value
Type Description
Int32

EndMonth

Declaration
public int EndMonth { get; set; }
Property Value
Type Description
Int32

EndRulePattern

Declaration
public string EndRulePattern { get; set; }
Property Value
Type Description
String

StartDay

Declaration
public int StartDay { get; set; }
Property Value
Type Description
Int32

StartMonth

Declaration
public int StartMonth { get; set; }
Property Value
Type Description
Int32

StartRulePattern

Declaration
public string StartRulePattern { get; set; }
Property Value
Type Description
String

TZOffset

Declaration
public int TZOffset { get; set; }
Property Value
Type Description
Int32

Methods

GetEndRuleDate(Int32)

Declaration
public DateTime GetEndRuleDate(int year)
Parameters
Type Name Description
Int32 year
Returns
Type Description
DateTime

GetiCalDaylightSavingTimePattern()

Declaration
public string GetiCalDaylightSavingTimePattern()
Returns
Type Description
String

GetiCalStandardPattern()

Declaration
public string GetiCalStandardPattern()
Returns
Type Description
String

GetStartRuleDate(Int32)

Declaration
public DateTime GetStartRuleDate(int year)
Parameters
Type Name Description
Int32 year
Returns
Type Description
DateTime

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top