public class DateTime extends NativeObject
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>
Modifier and Type | Field and Description |
---|---|
static String |
GTYPE_NAME |
Modifier and Type | Method and Description |
---|---|
static DateTime |
createInstanceLocalEpoch(long secs) |
int |
getDay() |
int |
getHour() |
int |
getMicrosecond() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getYear() |
String |
toString() |
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate
public static final String GTYPE_NAME
public static DateTime createInstanceLocalEpoch(long secs)
public int getYear()
public int getMonth()
public int getDay()
public int getHour()
public int getMinute()
public int getSecond()
public int getMicrosecond()
public String toString()
toString
in class NativeObject
Copyright © 2019 gstreamer-java. All rights reserved.