DateTime.this
- this(GstDateTime* gstDateTime)
- this(bool utc)
- this(long secs, bool utc)
- this(float tzoffset, int year, int month, int day, int hour, int minute, double seconds)
- this(int year, int month, int day)
- this(int year, int month)
- this(int year)
- this(int year, int month, int day, int hour, int minute, double seconds)
- this(string string)
- this(GDateTime* dt)
gstreamer DateTime DateTime
constructorsfunctionsvariables
Creates a new GstDateTime using the date and times in the gregorian calendar in the local timezone. year should be from 1 to 9999, month should be from 1 to 12. If value is -1 then all over value will be ignored. For example if month == -1, then GstDateTime will created only for year. Free-function: gst_date_time_unref