SqlDateTime.DayTicks 속성

정의

SqlDateTime 구조체의 날짜를 나타내는 틱 수를 가져옵니다.

public:
 property int DayTicks { int get(); };
public int DayTicks { get; }
member this.DayTicks : int
Public ReadOnly Property DayTicks As Integer

속성 값

Value 구조체의 SqlDateTime 속성에 포함된 날짜를 나타내는 틱 수입니다.

예외

System.Data.SqlTypes 구조체의 Value 속성이 null로 설정된 경우 throw되는 예외입니다.

적용 대상