public static interface DateRange.Builder extends SdkPojo, CopyableBuilder<DateRange.Builder,DateRange>
| Modifier and Type | Method and Description |
|---|---|
DateRange.Builder |
fromDate(Instant fromDate)
This value is the beginning date, inclusive.
|
DateRange.Builder |
toDate(Instant toDate)
This value is the end date, inclusive.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateRange.Builder fromDate(Instant fromDate)
This value is the beginning date, inclusive.
The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).
fromDate - This value is the beginning date, inclusive.
The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).
DateRange.Builder toDate(Instant toDate)
This value is the end date, inclusive.
The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).
toDate - This value is the end date, inclusive.
The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).
Copyright © 2023. All rights reserved.