Kimono.KDateTime.DateTime C# (CSharp) 메소드

DateTime() 공개 메소드

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
리턴 Qyoto.QDateTime
        public QDateTime DateTime()
        {
            return (QDateTime) interceptor.Invoke("dateTime", "dateTime() const", typeof(QDateTime));
        }