Class TimeStamp

Definition

Namespace:
Tizen.Applications.RPCPort
Assembly:
Tizen.Applications.Common.dll
API Level:
9

This structure represents the time stamp.

C#
Copy
public class TimeStamp
Inheritance
System.Object
TimeStamp

Properties

View Source

NanoSecond

The nano seconds of TimeStamp.

Declaration
C#
Copy
public long NanoSecond { get; }
Property Value
Type Description
System.Int64
API Level: 9
View Source

Second

The seconds of TimeStamp.

Declaration
C#
Copy
public long Second { get; }
Property Value
Type Description
System.Int64
API Level: 9