다음을 통해 공유


Date.Implicit 연산자

정의

오버로드

Implicit(Date to DateTime)

날짜를 Clr DateTime으로 변환

Implicit(DateTime to Date)

Clr DateTime을 날짜로 변환

Implicit(Date to DateTime)

날짜를 Clr DateTime으로 변환

public static implicit operator DateTime (Microsoft.OData.Edm.Date operand);
static member op_Implicit : Microsoft.OData.Edm.Date -> DateTime
Public Shared Widening Operator CType (operand As Date) As DateTime

매개 변수

operand
Date

날짜 값

반환

DateTime을 나타내는 DateTime 값

적용 대상

Implicit(DateTime to Date)

Clr DateTime을 날짜로 변환

public static implicit operator Microsoft.OData.Edm.Date (DateTime operand);
static member op_Implicit : DateTime -> Microsoft.OData.Edm.Date
Public Shared Widening Operator CType (operand As DateTime) As Date

매개 변수

operand
DateTime

DateTime 값

반환

DateTime의 날짜 값

적용 대상