TimeOfDay.Implicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Implicit(TimeOfDay to TimeSpan) |
Convertire TimeOfDay in .Net Clr TimeSpan |
Implicit(TimeSpan to TimeOfDay) |
Convertire .Net Clr TimeSpan in TimeOfDay |
Implicit(TimeOfDay to TimeSpan)
Convertire TimeOfDay in .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
Parametri
- time
- TimeOfDay
Valore TimeOfDay
Restituisce
Valore TimeSpan che rappresenta timeOfDay
Si applica a
Implicit(TimeSpan to TimeOfDay)
Convertire .Net Clr TimeSpan in 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
Parametri
- timeSpan
- TimeSpan
Valore TimeSpan
Restituisce
Valore TimeOfDay da TimeSpan