Show / Hide Table of Contents

Class PeriodOfTime

Represents the beginning and end of a time period.

Inheritance
System.Object
PeriodOfTime
Namespace: FFT.TimeStamps
Assembly: FFT.TimeStamps.dll
Syntax
public sealed class PeriodOfTime : object

Constructors

| Improve this Doc View Source

PeriodOfTime(TimeStamp, TimeStamp)

Initializes a new instance of the PeriodOfTime class.

Declaration
public PeriodOfTime(TimeStamp start, TimeStamp end)
Parameters
Type Name Description
TimeStamp start
TimeStamp end

Properties

| Improve this Doc View Source

End

The end of the time period. The time period is usually exclusive of this value, depending on how this object is being used.

Declaration
public TimeStamp End { get; }
Property Value
Type Description
TimeStamp
| Improve this Doc View Source

Start

The start of the time period. The time period is usually inclusive of this value, depending on how this object is being used.

Declaration
public TimeStamp Start { get; }
Property Value
Type Description
TimeStamp

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX