<PackageReference Include="Relativity.Other" Version="9.7.74.3" />

DateTime

public class DateTime
public class DateTimeValidator

public class StringConverter

public DateTime()

public static string FormatDateStoredAsString(string potentialDate, bool toLocal)

public static string FormatElapsedTime(DateTime beginDateTime, DateTime endDateTime)

public static DateTime[] GetDateRange(string rangeDescriptor, bool useUtc)

public static DateTime[] GetDateRange(string rangeDescriptor, DateTime nowValue)

public static string GetMonthName(int month)

public static bool IsDateTime(object value)

public static bool IsDateTime(object value, CultureInfo culture)

public static DateTime Max(DateTime firstDate, DateTime secondDate)

public static DateTime Min(DateTime firstDate, DateTime secondDate)

public static int MonthDifference(DateTime firstDate, DateTime secondDate)

public static int MonthOverlap(DateTime startDateOne, DateTime endDateOne, DateTime startDateTwo, DateTime endDateTwo)

public static DateTime ParseSqlCultureNeutralString(string s)

public static DateTime ParseSqlCultureNeutralString(string s, DateTimeStyles dateTimeStyles)

public static DateTime ParseSqlCultureNeutralString(string s, bool toLocalTime)

public static string ToDotNetCultureNeutralString(DateTime d)

public static string ToSqlCultureNeutralString(DateTime d)

public static int YearDifference(DateTime firstDate, DateTime secondDate)