Table of Contents

Class ModifyPersonFieldDateOffset

Namespace
InSite.Application.People.Write
Assembly
Shift.Sdk.dll
public class ModifyPersonFieldDateOffset : Command, ICommand
Inheritance
ModifyPersonFieldDateOffset
Implements
Inherited Members
Extension Methods

Constructors

ModifyPersonFieldDateOffset(Guid, PersonField, DateTimeOffset?)

public ModifyPersonFieldDateOffset(Guid personId, PersonField personField, DateTimeOffset? value)

Parameters

personId Guid
personField PersonField
value DateTimeOffset?

Properties

PersonField

public PersonField PersonField { get; set; }

Property Value

PersonField

Value

public DateTimeOffset? Value { get; set; }

Property Value

DateTimeOffset?