Share via


TimeOfDay.Implicit Operator

Definition

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

Applies to