@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.951Z") @Stability(value=Stable) 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.*;
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()
If `true`, conversions into a larger time unit (e.g.
|
@Stability(value=Stable) @Nullable default Boolean getIntegral()
Default: true
@Stability(value=Stable) static TimeConversionOptions.Builder builder()
TimeConversionOptions.Builder of TimeConversionOptionsCopyright © 2022. All rights reserved.