SrPeriod Members
Include Protected Members
Include Inherited Members
Provides logic for status report dates.
The SrPeriod type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SrPeriod(SrPeriod) | Creates a SrPeriod object from another SrPeriod. | |
SrPeriod(Int64, Int64) | Creates a SrPeriod object from values that represent a starting date and an ending date. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the status report period to another SrPeriod object. | |
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
End | The ending date of a status report period. | |
Start | The starting date of a status report period. |
Top