Class DateTimeRange
public class DateTimeRange
- Inheritance
-
DateTimeRange
- Inherited Members
- Extension Methods
Constructors
DateTimeRange(bool)
public DateTimeRange(bool truncateTime = true)
Parameters
truncateTimebool
DateTimeRange(DateTime?, DateTime?, bool)
public DateTimeRange(DateTime? since, DateTime? before, bool truncateTime = true)
Parameters
Properties
Before
public DateTime? Before { get; set; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
Since
public DateTime? Since { get; set; }
Property Value
TruncateTime
public bool TruncateTime { get; set; }