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 SourcePeriodOfTime(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 SourceEnd
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 |
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 SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |