Kimono.KDateTime.DateTime C# (CSharp) Method

DateTime() public method

Returns the date/time component of the instance, ignoring the time zone. The value returned should be interpreted in terms of the instance's time zone or UTC offset. The returned value's timeSpec() value will be Qt.UTC if the instance is a UTC time, else Qt.LocalTime. If the instance is date-only, the time value is set to 00:00:00.
public DateTime ( ) : Qyoto.QDateTime
return Qyoto.QDateTime
        public QDateTime DateTime()
        {
            return (QDateTime) interceptor.Invoke("dateTime", "dateTime() const", typeof(QDateTime));
        }