Show / Hide Table of Contents

Class TimeRange

Inheritance
object
TimeRange
Implements
IEquatable<TimeRange>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.PullIngestion
Assembly: CrashCABN.PullIngestion.Abstractions.dll
Syntax
public sealed record TimeRange : IEquatable<TimeRange>

Constructors

View Source

TimeRange(int, int)

Declaration
public TimeRange(int Days, int Hours)
Parameters
Type Name Description
int Days
int Hours

Properties

View Source

Days

Declaration
public int Days { get; init; }
Property Value
Type Description
int
View Source

Hours

Declaration
public int Hours { get; init; }
Property Value
Type Description
int

Operators

View Source

implicit operator TimeSpan(TimeRange)

Declaration
public static implicit operator TimeSpan(TimeRange self)
Parameters
Type Name Description
TimeRange self
Returns
Type Description
TimeSpan
View Source

implicit operator TimeRange(TimeSpan)

Declaration
public static implicit operator TimeRange(TimeSpan other)
Parameters
Type Name Description
TimeSpan other
Returns
Type Description
TimeRange

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX