@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.185Z") @Stability(value=Experimental) public interface TimeConversionOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
TimeConversionOptions timeConversionOptions = TimeConversionOptions.builder()
.integral(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeConversionOptions.Builder
A builder for
TimeConversionOptions |
static class |
TimeConversionOptions.Jsii$Proxy
An implementation for
TimeConversionOptions |
| Modifier and Type | Method and Description |
|---|---|
static TimeConversionOptions.Builder |
builder() |
default Boolean |
getIntegral()
(experimental) If `true`, conversions into a larger time unit (e.g.
|
@Stability(value=Experimental) @Nullable default Boolean getIntegral()
Default: true
@Stability(value=Experimental) static TimeConversionOptions.Builder builder()
TimeConversionOptions.Builder of TimeConversionOptionsCopyright © 2022. All rights reserved.