Class TimeStamp
Definition
- Namespace:
- Tizen.Applications.RPCPort
- Assembly:
- Tizen.Applications.Common.dll
This structure represents the time stamp.
public class TimeStamp
- Inheritance
-
objectTimeStamp
Properties
View SourceNanoSecond
The nano seconds of TimeStamp.
Declaration
public long NanoSecond { get; }
Property Value
| Type | Description |
|---|---|
| long |
Second
The seconds of TimeStamp.
Declaration
public long Second { get; }
Property Value
| Type | Description |
|---|---|
| long |