SqlDateTime.DayTicks 속성

정의

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

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

속성 값

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

예외

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

적용 대상