get_datetime


Description:

[ Version ( since = "3.2" ) ]
public DateTime? get_datetime (int column)

Retrieves a [type@GLib.

DateTime] pointer for the current row in column.

Parameters:

this

a `TrackerSparqlCursor`

column

Column number to retrieve (first one is 0)

Returns:

[type@GLib.DateTime] object, or null if the given column does not contain a [xsd:date]( xsd-ontology.html#xsd:date) or [xsd:dateTime](xsd-ontology.html#xsd:dateTime).