Class TimeRange
Time range.
Inherited Members
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class TimeRange
Constructors
View SourceTimeRange(DateTime?, DateTime?)
Initializes a new instance of the TimeRange class.
Declaration
public TimeRange(DateTime? startTime = null, DateTime? endTime = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | startTime | Optional starting time (inclusive). |
| DateTime? | endTime | Optional ending time (exclusive). |
Properties
View SourceEndTime
Optional ending time (exclusive).
Declaration
public DateTime? EndTime { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
StartTime
Optional starting time (inclusive).
Declaration
public DateTime? StartTime { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |