Show / Hide Table of Contents

Class TimeZoneHintAttribute

Inheritance
object
Attribute
TimeZoneHintAttribute
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, bool)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, bool)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(ParameterInfo, bool)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, bool)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, bool)
Attribute.GetCustomAttributes(Module, Type, bool)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, bool)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, bool)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, bool)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, bool)
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, bool)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, bool)
Attribute.Equals(object)
Attribute.GetHashCode()
Attribute.Match(object)
Attribute.IsDefaultAttribute()
Attribute.TypeId
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: SoCore.Shared.CRM.Services
Assembly: SoCore.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public class TimeZoneHintAttribute : Attribute

Constructors

TimeZoneHintAttribute(TimeZoneInterpretation)

Standard constructor, used in most cases

Declaration
public TimeZoneHintAttribute(TimeZoneInterpretation hint)
Parameters
Type Name Description
TimeZoneInterpretation hint

TimeZoneHintAttribute(TimeZoneInterpretation, TimeZoneDiaryAdjustment)

Standard constructor, used in most cases

Declaration
public TimeZoneHintAttribute(TimeZoneInterpretation hint, TimeZoneDiaryAdjustment diary)
Parameters
Type Name Description
TimeZoneInterpretation hint
TimeZoneDiaryAdjustment diary

TimeZoneHintAttribute(TimeZoneInterpretation, int, int)

Declaration
public TimeZoneHintAttribute(TimeZoneInterpretation hint, int outgoingDateYear, int incomingDateYear)
Parameters
Type Name Description
TimeZoneInterpretation hint
int outgoingDateYear
int incomingDateYear

Properties

DiaryAdjust

Declaration
public TimeZoneDiaryAdjustment DiaryAdjust { get; }
Property Value
Type Description
TimeZoneDiaryAdjustment

Hint

Declaration
public TimeZoneInterpretation Hint { get; }
Property Value
Type Description
TimeZoneInterpretation

IncomingDatePart

Declaration
public DateTime IncomingDatePart { get; }
Property Value
Type Description
DateTime

OutgoingDatePart

Declaration
public DateTime OutgoingDatePart { get; }
Property Value
Type Description
DateTime

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

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