Show / Hide Table of Contents

Class TimeZoneHintAttribute

Inheritance
Object
TimeZoneHintAttribute
Namespace: SoCore.Shared.CRM.Services
Assembly: SoCore.dll
Syntax
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, Int32, Int32)

Declaration
public TimeZoneHintAttribute(TimeZoneInterpretation hint, int outgoingDateYear, int incomingDateYear)
Parameters
Type Name Description
TimeZoneInterpretation hint
Int32 outgoingDateYear
Int32 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

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