DateTimeUtil Class

Definition

Helper class for adding DateTimes and Timespans.

public static class DateTimeUtil
type DateTimeUtil = class
Public Class DateTimeUtil
Inheritance
DateTimeUtil

Methods

Add(DateTime, TimeSpan)

Add a DateTime and a TimeSpan. The maximum time is DateTime.MaxTime. It is not an error if time + timespan > MaxTime. Just return MaxTime.

GetMaxValue(DateTimeKind)

Gets the Maximum value for a DateTime specifying kind.

GetMinValue(DateTimeKind)

Gets the Minimum value for a DateTime specifying kind.

ToUniversalTime(DateTime)

Ensures that DateTime is UTC.

ToUniversalTime(Nullable<DateTime>)

Ensures that DataTime is UTC.

Applies to