DateTime.this
- this(GstDateTime* gstDateTime, bool ownedRef)
- this(bool utc)
- this(long secs, bool utc)
- this(float tzoffset, int year, int month, int day, int hour, int minute, double seconds)
- this(GLibDateTime dt)
- this(string str)
- this(int year, int month, int day, int hour, int minute, double seconds)
- this(int year)
- this(int year, int month)
- this(int year, int month, int day)
gstreamer DateTime DateTime
constructorsdestructorsfunctionsstatic functionsvariables
Tries to parse common variants of ISO-8601 datetime strings into a #GstDateTime. Possible input formats are (for example): 2012-06-30T22:46:43Z, 2012, 2012-06, 2012-06-30, 2012-06-30T22:46:43-0430, 2012-06-30T22:46Z, 2012-06-30T22:46-0430, 2012-06-30 22:46, 2012-06-30 22:46:43, 2012-06-00, 2012-00-00, 2012-00-30, 22:46:43Z, 22:46Z, 22:46:43-0430, 22:46-0430, 22:46:30, 22:46 If no date is provided, it is assumed to be "today" in the timezone provided (if any), otherwise UTC.
Free-function: gst_date_time_unref