TimeOfDay.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(TimeOfDay to TimeSpan) |
Convert TimeOfDay to .Net Clr TimeSpan |
Implicit(TimeSpan to TimeOfDay) |
Convert .Net Clr TimeSpan to TimeOfDay |
Implicit(TimeOfDay to TimeSpan)
Convert TimeOfDay to .Net Clr TimeSpan
public static implicit operator TimeSpan (Microsoft.OData.Edm.TimeOfDay time);
static member op_Implicit : Microsoft.OData.Edm.TimeOfDay -> TimeSpan
Public Shared Widening Operator CType (time As TimeOfDay) As TimeSpan
Parameters
- time
- TimeOfDay
TimeOfDay Value
Returns
TimeSpan Value which represent the TimeOfDay
Applies to
Implicit(TimeSpan to TimeOfDay)
Convert .Net Clr TimeSpan to TimeOfDay
public static implicit operator Microsoft.OData.Edm.TimeOfDay (TimeSpan timeSpan);
static member op_Implicit : TimeSpan -> Microsoft.OData.Edm.TimeOfDay
Public Shared Widening Operator CType (timeSpan As TimeSpan) As TimeOfDay
Parameters
- timeSpan
- TimeSpan
TimeSpan Value
Returns
TimeOfDay Value from TimeSpan