diff --git a/src/net/Netdroid/Generated/Java/Time/Chrono/AllPackageClasses.cs b/src/net/Netdroid/Generated/Java/Time/Chrono/AllPackageClasses.cs
index b0a7dffa3..bdeadca43 100644
--- a/src/net/Netdroid/Generated/Java/Time/Chrono/AllPackageClasses.cs
+++ b/src/net/Netdroid/Generated/Java/Time/Chrono/AllPackageClasses.cs
@@ -118,52 +118,6 @@ public ChronoLocalDate(params object[] args) : base(args) { }
}
#endregion
- #region ChronoLocalDateTime
- ///
- ///
- ///
- public partial class ChronoLocalDateTime : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- const string _bridgeClassName = "java.time.chrono.ChronoLocalDateTime";
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- [global::System.Obsolete("ChronoLocalDateTime class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
- public ChronoLocalDateTime() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- [global::System.Obsolete("ChronoLocalDateTime class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
- public ChronoLocalDateTime(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf(_bridgeClassName);
-
- ///
- ///
- ///
- public override string BridgeClassName => _bridgeClassName;
- ///
- ///
- ///
- public override bool IsBridgeAbstract => true;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => true;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
-
- }
- #endregion
-
#region Chronology
///
///
@@ -256,52 +210,6 @@ public ChronoPeriod(params object[] args) : base(args) { }
}
#endregion
- #region ChronoZonedDateTime
- ///
- ///
- ///
- public partial class ChronoZonedDateTime : MASES.JCOBridge.C2JBridge.JVMBridgeBase
- {
- const string _bridgeClassName = "java.time.chrono.ChronoZonedDateTime";
- ///
- /// Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
- ///
- [global::System.Obsolete("ChronoZonedDateTime class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
- public ChronoZonedDateTime() { }
- ///
- /// Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
- ///
- [global::System.Obsolete("ChronoZonedDateTime class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
- public ChronoZonedDateTime(params object[] args) : base(args) { }
-
- private static readonly IJavaType LocalBridgeClazz = ClazzOf(_bridgeClassName);
-
- ///
- ///
- ///
- public override string BridgeClassName => _bridgeClassName;
- ///
- ///
- ///
- public override bool IsBridgeAbstract => true;
- ///
- ///
- ///
- public override bool IsBridgeCloseable => false;
- ///
- ///
- ///
- public override bool IsBridgeInterface => true;
- ///
- ///
- ///
- public override bool IsBridgeStatic => false;
-
- // TODO: complete the class
-
- }
- #endregion
-
#region Era
///
///
diff --git a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDate.cs b/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDate.cs
index 3590baa05..39560009b 100644
--- a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDate.cs
+++ b/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDate.cs
@@ -218,15 +218,6 @@ public Java.Lang.String Format(Java.Time.Format.DateTimeFormatter arg0)
return IExecuteWithSignature("format", "(Ljava/time/format/DateTimeFormatter;)Ljava/lang/String;", arg0);
}
///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDateTime AtTime(Java.Time.LocalTime arg0)
- {
- return IExecuteWithSignature("atTime", "(Ljava/time/LocalTime;)Ljava/time/chrono/ChronoLocalDateTime;", arg0);
- }
- ///
///
///
///
diff --git a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs b/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs
deleted file mode 100644
index 9bfa4786d..000000000
--- a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs
+++ /dev/null
@@ -1,277 +0,0 @@
-/*
-* Copyright 2024 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-/*
-* This file is generated by MASES.JNetReflector (ver. 2.5.1.0)
-* using android.jar as reference
-*/
-
-using MASES.JCOBridge.C2JBridge;
-
-namespace Java.Time.Chrono
-{
- #region ChronoLocalDateTime
- public partial class ChronoLocalDateTime
- {
- #region Constructors
-
- #endregion
-
- #region Class/Interface conversion operators
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Time.Temporal.Temporal(Java.Time.Chrono.ChronoLocalDateTime t) => t.Cast();
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Time.Temporal.TemporalAdjuster(Java.Time.Chrono.ChronoLocalDateTime t) => t.Cast();
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Lang.Comparable(Java.Time.Chrono.ChronoLocalDateTime t) => t.Cast();
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
- ///
- ///
- ///
- ///
- ///
- public static Java.Time.Chrono.ChronoLocalDateTime From(Java.Time.Temporal.TemporalAccessor arg0)
- {
- return SExecuteWithSignature(LocalBridgeClazz, "from", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoLocalDateTime;", arg0);
- }
-
- #endregion
-
- #region Instance methods
- ///
- ///
- ///
- ///
- ///
- public bool IsSupported(Java.Time.Temporal.TemporalField arg0)
- {
- return IExecuteWithSignature("isSupported", "(Ljava/time/temporal/TemporalField;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDate ToLocalDate()
- {
- return IExecuteWithSignature("toLocalDate", "()Ljava/time/chrono/ChronoLocalDate;");
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime AtZone(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("atZone", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.LocalTime ToLocalTime()
- {
- return IExecuteWithSignature("toLocalTime", "()Ljava/time/LocalTime;");
- }
- ///
- ///
- ///
- ///
- ///
- public object Query(Java.Time.Temporal.TemporalQuery arg0)
- {
- return IExecuteWithSignature("query", "(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsAfter(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isAfter", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsBefore(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isBefore", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsEqual(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isEqual", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsSupported(Java.Time.Temporal.TemporalUnit arg0)
- {
- return IExecuteWithSignature("isSupported", "(Ljava/time/temporal/TemporalUnit;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public int CompareTo(object arg0)
- {
- return IExecuteWithSignature("compareTo", "(Ljava/lang/Object;)I", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public int CompareTo(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("compareTo", "(Ljava/time/chrono/ChronoLocalDateTime;)I", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Lang.String Format(Java.Time.Format.DateTimeFormatter arg0)
- {
- return IExecuteWithSignature("format", "(Ljava/time/format/DateTimeFormatter;)Ljava/lang/String;", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.Chronology GetChronology()
- {
- return IExecuteWithSignature("getChronology", "()Ljava/time/chrono/Chronology;");
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Instant ToInstant(Java.Time.ZoneOffset arg0)
- {
- return IExecuteWithSignature("toInstant", "(Ljava/time/ZoneOffset;)Ljava/time/Instant;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal AdjustInto(Java.Time.Temporal.Temporal arg0)
- {
- return IExecuteWithSignature("adjustInto", "(Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0)
- {
- return IExecuteWithSignature("minus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1)
- {
- return IExecute("minus", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0)
- {
- return IExecuteWithSignature("plus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1)
- {
- return IExecute("plus", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0)
- {
- return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1)
- {
- return IExecute("with", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public long ToEpochSecond(Java.Time.ZoneOffset arg0)
- {
- return IExecuteWithSignature("toEpochSecond", "(Ljava/time/ZoneOffset;)J", arg0);
- }
-
- #endregion
-
- #region Nested classes
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-}
\ No newline at end of file
diff --git a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs b/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs
deleted file mode 100644
index 1c1e670fd..000000000
--- a/src/net/Netdroid/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs
+++ /dev/null
@@ -1,338 +0,0 @@
-/*
-* Copyright 2024 MASES s.r.l.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-* Refer to LICENSE for more information.
-*/
-
-/*
-* This file is generated by MASES.JNetReflector (ver. 2.5.1.0)
-* using android.jar as reference
-*/
-
-using MASES.JCOBridge.C2JBridge;
-
-namespace Java.Time.Chrono
-{
- #region ChronoZonedDateTime
- public partial class ChronoZonedDateTime
- {
- #region Constructors
-
- #endregion
-
- #region Class/Interface conversion operators
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Time.Temporal.Temporal(Java.Time.Chrono.ChronoZonedDateTime t) => t.Cast();
- ///
- /// Converter from to
- ///
- public static implicit operator Java.Lang.Comparable(Java.Time.Chrono.ChronoZonedDateTime t) => t.Cast();
-
- #endregion
-
- #region Fields
-
- #endregion
-
- #region Static methods
- ///
- ///
- ///
- ///
- ///
- public static Java.Time.Chrono.ChronoZonedDateTime From(Java.Time.Temporal.TemporalAccessor arg0)
- {
- return SExecuteWithSignature(LocalBridgeClazz, "from", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
-
- #endregion
-
- #region Instance methods
- ///
- ///
- ///
- ///
- ///
- public bool IsSupported(Java.Time.Temporal.TemporalField arg0)
- {
- return IExecuteWithSignature("isSupported", "(Ljava/time/temporal/TemporalField;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDateTime ToLocalDateTime()
- {
- return IExecuteWithSignature("toLocalDateTime", "()Ljava/time/chrono/ChronoLocalDateTime;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithEarlierOffsetAtOverlap()
- {
- return IExecuteWithSignature("withEarlierOffsetAtOverlap", "()Ljava/time/chrono/ChronoZonedDateTime;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithLaterOffsetAtOverlap()
- {
- return IExecuteWithSignature("withLaterOffsetAtOverlap", "()Ljava/time/chrono/ChronoZonedDateTime;");
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithZoneSameInstant(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("withZoneSameInstant", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithZoneSameLocal(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("withZoneSameLocal", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.ZoneId GetZone()
- {
- return IExecuteWithSignature("getZone", "()Ljava/time/ZoneId;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.ZoneOffset GetOffset()
- {
- return IExecuteWithSignature("getOffset", "()Ljava/time/ZoneOffset;");
- }
- ///
- ///
- ///
- ///
- ///
- public object Query(Java.Time.Temporal.TemporalQuery arg0)
- {
- return IExecuteWithSignature("query", "(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsAfter(Java.Time.Chrono.ChronoZonedDateTime arg0)
- {
- return IExecuteWithSignature("isAfter", "(Ljava/time/chrono/ChronoZonedDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsBefore(Java.Time.Chrono.ChronoZonedDateTime arg0)
- {
- return IExecuteWithSignature("isBefore", "(Ljava/time/chrono/ChronoZonedDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsEqual(Java.Time.Chrono.ChronoZonedDateTime arg0)
- {
- return IExecuteWithSignature("isEqual", "(Ljava/time/chrono/ChronoZonedDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsSupported(Java.Time.Temporal.TemporalUnit arg0)
- {
- return IExecuteWithSignature("isSupported", "(Ljava/time/temporal/TemporalUnit;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDate ToLocalDate()
- {
- return IExecuteWithSignature("toLocalDate", "()Ljava/time/chrono/ChronoLocalDate;");
- }
- ///
- ///
- ///
- ///
- ///
- public int CompareTo(object arg0)
- {
- return IExecuteWithSignature("compareTo", "(Ljava/lang/Object;)I", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public int CompareTo(Java.Time.Chrono.ChronoZonedDateTime arg0)
- {
- return IExecuteWithSignature("compareTo", "(Ljava/time/chrono/ChronoZonedDateTime;)I", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public int Get(Java.Time.Temporal.TemporalField arg0)
- {
- return IExecuteWithSignature("get", "(Ljava/time/temporal/TemporalField;)I", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Lang.String Format(Java.Time.Format.DateTimeFormatter arg0)
- {
- return IExecuteWithSignature("format", "(Ljava/time/format/DateTimeFormatter;)Ljava/lang/String;", arg0);
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.Chronology GetChronology()
- {
- return IExecuteWithSignature("getChronology", "()Ljava/time/chrono/Chronology;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.Instant ToInstant()
- {
- return IExecuteWithSignature("toInstant", "()Ljava/time/Instant;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.LocalTime ToLocalTime()
- {
- return IExecuteWithSignature("toLocalTime", "()Ljava/time/LocalTime;");
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0)
- {
- return IExecuteWithSignature("minus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1)
- {
- return IExecute("minus", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0)
- {
- return IExecuteWithSignature("plus", "(Ljava/time/temporal/TemporalAmount;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1)
- {
- return IExecute("plus", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0)
- {
- return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/temporal/Temporal;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1)
- {
- return IExecute("with", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Temporal.ValueRange Range(Java.Time.Temporal.TemporalField arg0)
- {
- return IExecuteWithSignature("range", "(Ljava/time/temporal/TemporalField;)Ljava/time/temporal/ValueRange;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public long GetLong(Java.Time.Temporal.TemporalField arg0)
- {
- return IExecuteWithSignature("getLong", "(Ljava/time/temporal/TemporalField;)J", arg0);
- }
- ///
- ///
- ///
- ///
- public long ToEpochSecond()
- {
- return IExecuteWithSignature("toEpochSecond", "()J");
- }
-
- #endregion
-
- #region Nested classes
-
- #endregion
-
- // TODO: complete the class
- }
- #endregion
-}
\ No newline at end of file
diff --git a/src/net/Netdroid/Generated/Java/Time/Chrono/Chronology.cs b/src/net/Netdroid/Generated/Java/Time/Chrono/Chronology.cs
index 3023c3159..afd979865 100644
--- a/src/net/Netdroid/Generated/Java/Time/Chrono/Chronology.cs
+++ b/src/net/Netdroid/Generated/Java/Time/Chrono/Chronology.cs
@@ -286,15 +286,6 @@ public Java.Time.Chrono.ChronoLocalDate DateYearDay(Java.Time.Chrono.Era arg0, i
return IExecute("dateYearDay", arg0, arg1, arg2);
}
///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDateTime LocalDateTime(Java.Time.Temporal.TemporalAccessor arg0)
- {
- return IExecuteWithSignature("localDateTime", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoLocalDateTime;", arg0);
- }
- ///
///
///
///
@@ -306,25 +297,6 @@ public Java.Time.Chrono.ChronoPeriod Period(int arg0, int arg1, int arg2)
return IExecute("period", arg0, arg1, arg2);
}
///
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime ZonedDateTime(Java.Time.Instant arg0, Java.Time.ZoneId arg1)
- {
- return IExecute("zonedDateTime", arg0, arg1);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime ZonedDateTime(Java.Time.Temporal.TemporalAccessor arg0)
- {
- return IExecuteWithSignature("zonedDateTime", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
///
///
///
diff --git a/src/net/Netdroid/Generated/Java/Time/LocalDate.cs b/src/net/Netdroid/Generated/Java/Time/LocalDate.cs
index 3ba332f2c..1d47d72df 100644
--- a/src/net/Netdroid/Generated/Java/Time/LocalDate.cs
+++ b/src/net/Netdroid/Generated/Java/Time/LocalDate.cs
@@ -323,15 +323,6 @@ public Java.Lang.String Format(Java.Time.Format.DateTimeFormatter arg0)
return IExecuteWithSignature("format", "(Ljava/time/format/DateTimeFormatter;)Ljava/lang/String;", arg0);
}
///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDateTime AtTime(Java.Time.LocalTime arg0)
- {
- return IExecuteWithSignature("atTime", "(Ljava/time/LocalTime;)Ljava/time/chrono/ChronoLocalDateTime;", arg0);
- }
- ///
///
///
///
diff --git a/src/net/Netdroid/Generated/Java/Time/LocalDateTime.cs b/src/net/Netdroid/Generated/Java/Time/LocalDateTime.cs
index f6cb96f3e..e157f958f 100644
--- a/src/net/Netdroid/Generated/Java/Time/LocalDateTime.cs
+++ b/src/net/Netdroid/Generated/Java/Time/LocalDateTime.cs
@@ -26,7 +26,7 @@
namespace Java.Time
{
#region LocalDateTime
- public partial class LocalDateTime : Java.Time.Temporal.ITemporal, Java.Time.Temporal.ITemporalAdjuster, Java.Time.Chrono.IChronoLocalDateTime, Java.Io.ISerializable
+ public partial class LocalDateTime : Java.Time.Temporal.ITemporal, Java.Time.Temporal.ITemporalAdjuster, Java.Io.ISerializable
{
#region Constructors
@@ -42,10 +42,6 @@ public partial class LocalDateTime : Java.Time.Temporal.ITemporal, Java.Time.Tem
///
public static implicit operator Java.Time.Temporal.TemporalAdjuster(Java.Time.LocalDateTime t) => t.Cast();
///
- /// Converter from to
- ///
- public static implicit operator Java.Time.Chrono.ChronoLocalDateTime(Java.Time.LocalDateTime t) => t.Cast();
- ///
/// Converter from to
///
public static implicit operator Java.Io.Serializable(Java.Time.LocalDateTime t) => t.Cast();
@@ -244,33 +240,6 @@ public R Query(Java.Time.Temporal.TemporalQuery arg0)
return IExecuteWithSignature("query", "(Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;", arg0);
}
///
- ///
- ///
- ///
- ///
- public bool IsAfter(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isAfter", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsBefore(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isBefore", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public bool IsEqual(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("isEqual", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", arg0);
- }
- ///
///
///
///
@@ -298,15 +267,6 @@ public int CompareTo(object arg0)
return IExecuteWithSignature("compareTo", "(Ljava/lang/Object;)I", arg0);
}
///
- ///
- ///
- ///
- ///
- public int CompareTo(Java.Time.Chrono.ChronoLocalDateTime arg0)
- {
- return IExecuteWithSignature("compareTo", "(Ljava/time/chrono/ChronoLocalDateTime;)I", arg0);
- }
- ///
///
///
///
@@ -397,15 +357,6 @@ public Java.Time.Chrono.ChronoLocalDate ToLocalDate()
return IExecuteWithSignature("toLocalDate", "()Ljava/time/chrono/ChronoLocalDate;");
}
///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime AtZone(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("atZone", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
///
///
///
diff --git a/src/net/Netdroid/Generated/Java/Time/ZonedDateTime.cs b/src/net/Netdroid/Generated/Java/Time/ZonedDateTime.cs
index 1bc0955dc..1db92c08b 100644
--- a/src/net/Netdroid/Generated/Java/Time/ZonedDateTime.cs
+++ b/src/net/Netdroid/Generated/Java/Time/ZonedDateTime.cs
@@ -26,7 +26,7 @@
namespace Java.Time
{
#region ZonedDateTime
- public partial class ZonedDateTime : Java.Time.Temporal.ITemporal, Java.Time.Chrono.IChronoZonedDateTime, Java.Io.ISerializable
+ public partial class ZonedDateTime : Java.Time.Temporal.ITemporal, Java.Io.ISerializable
{
#region Constructors
@@ -38,10 +38,6 @@ public partial class ZonedDateTime : Java.Time.Temporal.ITemporal, Java.Time.Chr
///
public static implicit operator Java.Time.Temporal.Temporal(Java.Time.ZonedDateTime t) => t.Cast();
///
- /// Converter from to
- ///
- public static implicit operator Java.Time.Chrono.ChronoZonedDateTime(Java.Time.ZonedDateTime t) => t.Cast();
- ///
/// Converter from to
///
public static implicit operator Java.Io.Serializable(Java.Time.ZonedDateTime t) => t.Cast();
@@ -301,48 +297,6 @@ public Java.Time.Chrono.ChronoLocalDate ToLocalDate()
return IExecuteWithSignature("toLocalDate", "()Ljava/time/chrono/ChronoLocalDate;");
}
///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoLocalDateTime ToLocalDateTime()
- {
- return IExecuteWithSignature("toLocalDateTime", "()Ljava/time/chrono/ChronoLocalDateTime;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithEarlierOffsetAtOverlap()
- {
- return IExecuteWithSignature("withEarlierOffsetAtOverlap", "()Ljava/time/chrono/ChronoZonedDateTime;");
- }
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithLaterOffsetAtOverlap()
- {
- return IExecuteWithSignature("withLaterOffsetAtOverlap", "()Ljava/time/chrono/ChronoZonedDateTime;");
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithZoneSameInstant(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("withZoneSameInstant", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
- ///
- ///
- ///
- ///
- public Java.Time.Chrono.ChronoZonedDateTime WithZoneSameLocal(Java.Time.ZoneId arg0)
- {
- return IExecuteWithSignature("withZoneSameLocal", "(Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0);
- }
- ///
///
///
///