Compartir a través de


TimeOfDay.Implicit Operador

Definición

Sobrecargas

Implicit(TimeOfDay to TimeSpan)

Conversión de TimeOfDay en TimeSpan de .Net Clr

Implicit(TimeSpan to TimeOfDay)

Conversión de TimeSpan de .Net Clr a TimeOfDay

Implicit(TimeOfDay to TimeSpan)

Conversión de TimeOfDay en TimeSpan de .Net Clr

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

Parámetros

time
TimeOfDay

Valor de TimeOfDay

Devoluciones

Valor timeSpan que representa timeOfDay

Se aplica a

Implicit(TimeSpan to TimeOfDay)

Conversión de TimeSpan de .Net Clr a 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

Parámetros

timeSpan
TimeSpan

Valor timeSpan

Devoluciones

Valor de TimeOfDay de TimeSpan

Se aplica a