Class DropboxDuration
The dropbox duration object
Inherited Members
Namespace: Dropbox.Api.Common
Assembly: Dropbox.Api.dll
Syntax
public class DropboxDuration
Constructors
View SourceDropboxDuration(long, int)
Initializes a new instance of the DropboxDuration class.
Declaration
public DropboxDuration(long seconds, int nanos)
Parameters
| Type | Name | Description |
|---|---|---|
| long | seconds | The seconds |
| int | nanos | The nanos |
Properties
View SourceNanos
Gets the nanos of the dropbox duration
Declaration
public int Nanos { get; protected set; }
Property Value
| Type | Description |
|---|---|
| int |
Seconds
Gets the seconds of the dropbox duration
Declaration
public long Seconds { get; protected set; }
Property Value
| Type | Description |
|---|---|
| long |