AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a time range.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.TimeRange

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class TimeRange

The TimeRange type exposes the following members

Constructors

NameDescription
Public Method TimeRange()

Properties

NameTypeDescription
Public Property End System.DateTime

Gets and sets the property End.

The end time of the time range.

Specify null to leave the end time open-ended.

Public Property Start System.DateTime

Gets and sets the property Start.

The start time of the time range.

Specify null to leave the start time open-ended.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5