|
|
BroTime Structure |
Namespace: BroccoliSharp
The BroTime type exposes the following members.
| Name | Description | |
|---|---|---|
| BroTime(DateTime) | ||
| BroTime(Double) |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToDateTime |
Converts BroTime to a .NET DateTime.
| |
| ToString |
Returns a string that represents this BroTime.
(Overrides ValueTypeToString.) | |
| ToString(String) |
Returns a string that represents this BroTime using the specified format.
|
| Name | Description | |
|---|---|---|
| (DateTime to BroTime) |
Implicitly converts DateTime value to a BroTime.
| |
| (Double to BroTime) |
Implicitly converts Double value to a BroTime.
| |
| (BroTime to Double) |
Implicitly converts BroTime to a Double.
| |
| (BroTime to DateTime) |
Implicitly converts BroTime to a DateTime.
|