Interface CfnDashboardPropsMixin.IDateTimeRangeProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BCM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDateTimeRangeProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDateTimeRangeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BCM;
var dateTimeRangeProperty = new DateTimeRangeProperty {
EndTime = new DateTimeValueProperty {
Type = "type",
Value = "value"
},
StartTime = new DateTimeValueProperty {
Type = "type",
Value = "value"
}
};
Synopsis
Properties
| EndTime | |
| StartTime |
Properties
EndTime
object? EndTime { get; }
Property Value
Remarks
StartTime
object? StartTime { get; }