Table of Contents

Class PersonFieldDateOffsetFixed

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonFieldDateOffsetFixed : Change, IChange
Inheritance
PersonFieldDateOffsetFixed
Implements
Inherited Members
Extension Methods

Constructors

PersonFieldDateOffsetFixed(PersonField, DateTimeOffset?)

public PersonFieldDateOffsetFixed(PersonField personField, DateTimeOffset? value)

Parameters

personField PersonField
value DateTimeOffset?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public DateTimeOffset? Value { get; set; }

Property Value

DateTimeOffset?