SqlDateTime.TimeTicks Property

Definition

Gets the number of ticks representing the time of this SqlDateTime structure.

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

Property Value

The number of ticks representing the time of this SqlDateTime structure.

Applies to