Table of Contents

Class DateTimeRange

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class DateTimeRange
Inheritance
DateTimeRange
Inherited Members
Extension Methods

Constructors

DateTimeRange(bool)

public DateTimeRange(bool truncateTime = true)

Parameters

truncateTime bool

DateTimeRange(DateTime?, DateTime?, bool)

public DateTimeRange(DateTime? since, DateTime? before, bool truncateTime = true)

Parameters

since DateTime?
before DateTime?
truncateTime bool

Properties

Before

public DateTime? Before { get; set; }

Property Value

DateTime?

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Since

public DateTime? Since { get; set; }

Property Value

DateTime?

TruncateTime

public bool TruncateTime { get; set; }

Property Value

bool