Class CfnDashboardPropsMixin.DateTimeRangeProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BCM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DateTimeRangeProperty : CfnDashboardPropsMixin.IDateTimeRangeProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DateTimeRangeProperty Implements 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
Constructors
| DateTimeRangeProperty() |
Properties
| EndTime | |
| StartTime |
Constructors
DateTimeRangeProperty()
public DateTimeRangeProperty()
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"
}
};
Properties
EndTime
public object? EndTime { get; set; }
Property Value
Remarks
StartTime
public object? StartTime { get; set; }