Class DurationLogInfo
Represents a time duration: unit and amount
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DurationLogInfo
Constructors
View SourceDurationLogInfo(TimeUnit, ulong)
Initializes a new instance of the DurationLogInfo class.
Declaration
public DurationLogInfo(TimeUnit unit, ulong amount)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeUnit | unit | Time unit. |
| ulong | amount | Amount of time. |
Properties
View SourceAmount
Amount of time.
Declaration
public ulong Amount { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Unit
Time unit.
Declaration
public TimeUnit Unit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TimeUnit |