Property | Type | Description | |
---|---|---|---|
END_OF_DAY | |||
START_OF_DAY |
Method | Description | |
---|---|---|
CompareTo ( |
Returns the result of comparing this instance to another TimeValue.
|
|
CompareTo ( object other ) : int |
Returns the result of comparing this instance to another object.
|
|
Equals ( |
Determines if this TimeValue instance and another hold the same date.
|
|
Equals ( object other ) : bool |
Determines if this TimeValue instance and another object hold the same date.
|
|
GetHashCode ( ) : int |
Returns the hash value of the time for hash based data structures and algorithms.
|
|
TimeValue ( int hours, int minutes ) : System |
Constructs a TimeValue instance based on the supplied hour, minute and seconds values.
|
|
TimeValue ( int hours, int minutes, decimal seconds ) : System |
Constructs a TimeValue instance based on the supplied hour, minute and seconds values.
|
|
TimeValue ( int hours, int minutes, int seconds ) : System |
Constructs a TimeValue instance based on the supplied hour, minute and seconds values.
|
|
ToString ( ) : string |
Converts the value of this TimeValue instance into a string for display in ISO format (e.g. HH:MM:SS[.S+]).
|
public CompareTo ( |
||
other | The TimeValue instance to compare with. | |
return | int |
public CompareTo ( object other ) : int | ||
other | object | The |
return | int |
public Equals ( |
||
other | The TimeValue instance to compare with. | |
return | bool |
public Equals ( object other ) : bool | ||
other | object | The |
return | bool |
public TimeValue ( int hours, int minutes ) : System | ||
hours | int | The hours (0-24) |
minutes | int | The minutes (0-59) |
return | System |
public TimeValue ( int hours, int minutes, decimal seconds ) : System | ||
hours | int | The hours (0-24) |
minutes | int | The minutes (0-59) |
seconds | decimal | The seconds (0-59.99) |
return | System |
public TimeValue ( int hours, int minutes, int seconds ) : System | ||
hours | int | The hours (0-24) |
minutes | int | The minutes (0-59) |
seconds | int | The seconds (0-59) |
return | System |
public static TimeValue,HandCoded.Finance END_OF_DAY | ||
return |