Show / Hide Table of Contents

Class DateTimeRange

Rozsah dátumov

Inheritance
object
RangeDateTime
DateTimeRange
Implements
IEquatableRangeDateTime
IEquatableDateTimeRange
IDeepCloneableDateTimeRange
IDeepCloneable
Inherited Members
Range<DateTime>.IsSpecified()
Range<DateTime>.IsBounded()
Range<DateTime>.IsUnbounded()
Range<DateTime>.IsDegenerate()
Range<DateTime>.Contains(DateTime)
Range<DateTime>.IntersectWith(Range<DateTime>)
Range<DateTime>.HasIntersectionWith(Range<DateTime>)
Range<DateTime>.ToString()
Range<DateTime>.Equals(Range<DateTime>)
Range<DateTime>.Equals(Range<DateTime>, Range<DateTime>)
Range<DateTime>.From
Range<DateTime>.To
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class DateTimeRange : Range<DateTime>, IEquatable<Range<DateTime>>, IEquatable<DateTimeRange>, IDeepCloneable<DateTimeRange>, IDeepCloneable

Constructors

DateTimeRange()

Declaration
public DateTimeRange()

DateTimeRange(DateTime?, DateTime?)

Declaration
public DateTimeRange(DateTime? from, DateTime? to)
Parameters
Type Name Description
DateTime from
DateTime to

Methods

DeepClone()

Declaration
public DateTimeRange DeepClone()
Returns
Type Description
DateTimeRange

Equals(DateTimeRange?)

Declaration
public bool Equals(DateTimeRange? other)
Parameters
Type Name Description
DateTimeRange other
Returns
Type Description
bool

Equals(DateTimeRange?, DateTimeRange?)

Declaration
public static bool Equals(DateTimeRange? left, DateTimeRange? right)
Parameters
Type Name Description
DateTimeRange left
DateTimeRange right
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
Range<DateTime>.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
Range<DateTime>.GetHashCode()

Operators

operator ==(DateTimeRange?, DateTimeRange?)

Declaration
public static bool operator ==(DateTimeRange? left, DateTimeRange? right)
Parameters
Type Name Description
DateTimeRange left
DateTimeRange right
Returns
Type Description
bool

operator !=(DateTimeRange?, DateTimeRange?)

Declaration
public static bool operator !=(DateTimeRange? left, DateTimeRange? right)
Parameters
Type Name Description
DateTimeRange left
DateTimeRange right
Returns
Type Description
bool

Implements

IEquatable<T>
IEquatable<T>
IDeepCloneable<T>
IDeepCloneable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©