示例#1
0
 public bool hasSameRules(TimeZone arg0)
 {
     return Instance.CallMethod<bool>("hasSameRules", "(Ljava/util/TimeZone;)Z", arg0);
 }
示例#2
0
 public static void setDefault(TimeZone arg0)
 {
     Static.CallMethod(typeof(TimeZone), "setDefault", "(Ljava/util/TimeZone;)V", arg0);
 }
示例#3
0
 public void setTimeZone(TimeZone arg0)
 {
     Instance.CallMethod("setTimeZone", "(Ljava/util/TimeZone;)V", arg0);
 }