Time Members
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
The Time type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Time | Overloaded. |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
Compare | ||
CompareTo | Overloaded. | |
Equals | Overloaded. | |
Finalize | (Inherited from Object.) | |
FromHours | ||
FromMilliseconds | ||
FromMinutes | ||
FromSeconds | ||
FromTicks | ||
GetHashCode | (Overrides ValueType. . :: . .GetHashCode() () () ().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Overloaded. | |
Subtract | ||
ToString | Overloaded. | |
TryParse |
Top
Operators
Name | Description | |
---|---|---|
Addition | ||
Equality | ||
GreaterThan | ||
GreaterThanOrEqual | ||
Inequality | ||
LessThan | ||
LessThanOrEqual | ||
Subtraction |
Top
Fields
Name | Description | |
---|---|---|
MaxValue | ||
MinValue | ||
TicksPerHour | ||
TicksPerMillisecond | ||
TicksPerMinute | ||
TicksPerSecond | ||
Zero |
Top
Properties
Name | Description | |
---|---|---|
Hours | ||
Milliseconds | ||
Minutes | ||
Seconds | ||
Ticks | ||
TimeSpan | ||
TotalMilliseconds | ||
TotalMinutes | ||
TotalSeconds |
Top