Show / Hide Table of Contents

Class TimeZoneRule

Inheritance
object
TimeZoneRule
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class TimeZoneRule

Constructors

TimeZoneRule()

Declaration
public TimeZoneRule()

TimeZoneRule(int, int, int, int, int)

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

TimeZoneRule(int, string, string)

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

Properties

EndDay

Declaration
[DataMember]
public int EndDay { get; set; }
Property Value
Type Description
int

EndMonth

Declaration
[DataMember]
public int EndMonth { get; set; }
Property Value
Type Description
int

EndRulePattern

Declaration
[DataMember]
public string EndRulePattern { get; set; }
Property Value
Type Description
string

StartDay

Declaration
[DataMember]
public int StartDay { get; set; }
Property Value
Type Description
int

StartMonth

Declaration
[DataMember]
public int StartMonth { get; set; }
Property Value
Type Description
int

StartRulePattern

Declaration
[DataMember]
public string StartRulePattern { get; set; }
Property Value
Type Description
string

TZOffset

Declaration
[DataMember]
public int TZOffset { get; set; }
Property Value
Type Description
int

Methods

GetEndRuleDate(int)

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

GetStartRuleDate(int)

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

GetiCalDaylightSavingTimePattern()

Declaration
public string GetiCalDaylightSavingTimePattern()
Returns
Type Description
string

GetiCalStandardPattern()

Declaration
public string GetiCalStandardPattern()
Returns
Type Description
string

Extension Methods

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