Class TimeStamp

    Definition

    Namespace:
    Tizen.Applications.RPCPort
    Assembly:
    Tizen.Applications.Common.dll

    This structure represents the time stamp.

    public class TimeStamp
    Inheritance
    object
    TimeStamp

    Properties

    View Source

    NanoSecond

    The nano seconds of TimeStamp.

    Declaration
    public long NanoSecond { get; }
    Property Value
    Type Description
    long
    View Source

    Second

    The seconds of TimeStamp.

    Declaration
    public long Second { get; }
    Property Value
    Type Description
    long

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX