diff --git a/docs/xml/Java.Time.Zone/ZoneRules.xml b/docs/xml/Java.Time.Zone/ZoneRules.xml
index d11cf1e44..ce6af880a 100644
--- a/docs/xml/Java.Time.Zone/ZoneRules.xml
+++ b/docs/xml/Java.Time.Zone/ZoneRules.xml
@@ -95,10 +95,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant to find the daylight savings for.
+ Gets the amount of daylight savings in use for the specified instant in this zone.
+ The difference between the standard offset and the actual offset in use at the specified instant.
@@ -128,10 +127,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant to find the offset for.
+ Gets the offset applicable at the specified instant in these rules.
+ The offset applicable at the specified instant.
@@ -161,10 +159,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The local date-time to query.
+ Gets a suitable offset for the specified local date-time in these rules.
+ The best available offset for the local date-time.
@@ -194,10 +191,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant to find the offset information for.
+ Gets the standard offset for the specified instant in this zone.
+ The standard offset for the specified instant.
@@ -227,10 +223,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The local date-time to query for an offset transition.
+ Gets the offset transition applicable at the specified local date-time in these rules.
+ The transition for a gap or overlap; otherwise, .
@@ -266,10 +261,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The local date-time to query for valid offsets.
+ Gets the offsets applicable at the specified local date-time in these rules.
+ The list of valid offsets.
@@ -299,10 +293,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant to check for daylight savings.
+ Checks whether the specified instant is in daylight savings.
+ if the specified instant is in daylight savings; otherwise, .
@@ -374,11 +367,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The local date-time to check.
+ The offset to check.
+ Checks whether the offset date-time is valid for these rules.
+ if the offset date-time is valid for these rules; otherwise, .
@@ -446,10 +438,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant after which to get the next transition.
+ Gets the next transition after the specified instant.
+ The next transition after the specified instant, or if it is after the last transition.
@@ -479,10 +470,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The non-null offset to use for the rules.
+ Obtains an instance of with a fixed offset.
+ The zone rules with the specified fixed offset.
+ Thrown if is .
@@ -537,14 +528,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The non-null standard offset to use before legal rules were set.
+ The non-null wall offset to use before legal rules were set.
+ The non-null list of changes to the standard offset.
+ The non-null list of transitions.
+ The non-null recurring last rules, with at most 16 entries.
+ Obtains an instance of .
+ The zone rules.
+ Thrown if any argument is .
+ Thrown if contains more than 16 rules.
@@ -574,10 +566,9 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The instant before which to get the previous transition.
+ Gets the previous transition before the specified instant.
+ The previous transition before the specified instant, or if it is before the first transition.