SqlDateTime::TimeTicks Property

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property int TimeTicks {
	int get();
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 1.1
Return to top
Show: