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