<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Serialization.IDateHelper

public interface IDateHelper
An interface that can be used to deserialize date field values
DateTime DeserializeDate(object dateObject)

Turn an object into a DateTime

bool IsValidDate(object dateObject)

Implementations of this method should decide if an input parameter should be deserialized or throw a validation exception