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