TimeOfDay.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(TimeOfDay to TimeSpan) |
Convertir TimeOfDay en .Net Clr TimeSpan |
Implicit(TimeSpan to TimeOfDay) |
Convertir .Net Clr TimeSpan en TimeOfDay |
Implicit(TimeOfDay to TimeSpan)
Convertir TimeOfDay en .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
Paramètres
- time
- TimeOfDay
Valeur TimeOfDay
Retours
Valeur TimeSpan qui représente le TimeOfDay
S’applique à
Implicit(TimeSpan to TimeOfDay)
Convertir .Net Clr TimeSpan en 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
Paramètres
- timeSpan
- TimeSpan
Valeur timeSpan
Retours
Valeur TimeOfDay de TimeSpan