C# Class Gst.Date

Inheritance: IWrapper
Show file Open project: GStreamer/gstreamer-sharp

Public Properties

Property Type Description
Val DateTime

Public Methods

Method Description
Date ( DateTime date ) : System
Date ( GLib val ) : System
Date ( int day, int month, int year ) : System
New ( IntPtr date ) : Date
SetGValue ( GLib &val ) : void
ToString ( ) : string

Private Methods

Method Description
g_date_free ( IntPtr date ) : void
g_date_get_day ( IntPtr date ) : byte
g_date_get_month ( IntPtr date ) : int
g_date_get_year ( IntPtr date ) : ushort
g_date_new_dmy ( byte day, int month, ushort year ) : IntPtr
gst_date_get_type ( ) : IntPtr
gst_value_get_date ( GLib &val ) : IntPtr
gst_value_set_date ( GLib &val, IntPtr date ) : void

Method Details

Date() public method

public Date ( DateTime date ) : System
date DateTime
return System

Date() public method

public Date ( GLib val ) : System
val GLib
return System

Date() public method

public Date ( int day, int month, int year ) : System
day int
month int
year int
return System

New() public static method

public static New ( IntPtr date ) : Date
date System.IntPtr
return Date

SetGValue() public method

public SetGValue ( GLib &val ) : void
val GLib
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Val public property

public DateTime Val
return DateTime