diff --git a/docs/xml/Android.Systems/StructTimeval.xml b/docs/xml/Android.Systems/StructTimeval.xml index da243fc0b..e488ac598 100644 --- a/docs/xml/Android.Systems/StructTimeval.xml +++ b/docs/xml/Android.Systems/StructTimeval.xml @@ -69,10 +69,18 @@ - To be added. - To be added. - To be added. - To be added. + The value to represent, in milliseconds. + Creates a StructTimeval from a millisecond value. + A value whose seconds and microseconds components represent . + + For negative values, the seconds component is rounded down and the microseconds component remains non-negative. + + + AOSP source for StructTimeval.fromMillis(long). + + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Apache License 2.0. + @@ -187,9 +195,16 @@ - To be added. - To be added. - To be added. + Converts this value to milliseconds. + The seconds component multiplied by 1,000 plus the microseconds component divided by 1,000 using integer division; sub-millisecond microseconds are truncated. + + + + AOSP source for StructTimeval.toMillis(). + + + Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Apache License 2.0. + @@ -217,7 +232,7 @@ Seconds. - To be added. + The seconds component. Seconds. @@ -258,7 +273,7 @@ Microseconds. - To be added. + The microseconds component. Microseconds.