Kimono.KDateTime.KDateTime C# (CSharp) Method

KDateTime() public method

Constructs a date-only value expressed in a given time specification. The time is set to 00:00:00. The instance is initialised according to the time specification type of spec as follows: - UTC : date is stored as UTC. - OffsetFromUTC : date is a local time at the specified offset from UTC. - TimeZone : date is a local time in the specified time zone. - LocalZone : date is a local date in the current system time zone. - ClockTime : time zones are ignored. name="date" date in the time zone indicated by spec name="spec" time specification
public KDateTime ( QDate date, KDateTime spec ) : System
date QDate
spec KDateTime
return System
        public KDateTime(QDate date, KDateTime.Spec spec)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("KDateTime##", "KDateTime(const QDate&, const KDateTime::Spec&)", typeof(void), typeof(QDate), date, typeof(KDateTime.Spec), spec);
        }

Same methods

KDateTime::KDateTime ( ) : System
KDateTime::KDateTime ( KDateTime other ) : System
KDateTime::KDateTime ( QDate date ) : System
KDateTime::KDateTime ( QDate date, Qyoto.QTime time ) : System
KDateTime::KDateTime ( QDate date, Qyoto.QTime time, KDateTime spec ) : System
KDateTime::KDateTime ( Qyoto.QDateTime dt ) : System
KDateTime::KDateTime ( Qyoto.QDateTime dt, KDateTime spec ) : System
KDateTime::KDateTime ( Type dummy ) : System