Class DateTimeRange
Inheritance
DateTimeRange
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class DateTimeRange : Range<DateTime>, IEquatable<Range<DateTime>>, IEquatable<DateTimeRange>, IDeepCloneable<DateTimeRange>, IDeepCloneable
Constructors
DateTimeRange()
Declaration
DateTimeRange(DateTime?, DateTime?)
Declaration
public DateTimeRange(DateTime? from, DateTime? to)
Parameters
Methods
DeepClone()
Declaration
public DateTimeRange DeepClone()
Returns
Equals(DateTimeRange?)
Declaration
public bool Equals(DateTimeRange? other)
Parameters
Returns
Equals(DateTimeRange?, DateTimeRange?)
Declaration
public static bool Equals(DateTimeRange? left, DateTimeRange? right)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
operator ==(DateTimeRange?, DateTimeRange?)
Declaration
public static bool operator ==(DateTimeRange? left, DateTimeRange? right)
Parameters
Returns
operator !=(DateTimeRange?, DateTimeRange?)
Declaration
public static bool operator !=(DateTimeRange? left, DateTimeRange? right)
Parameters
Returns
Implements