Show / Hide Table of Contents

    Class TimeInfo

    Inheritance
    System.Object
    TimeInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS.Image
    Assembly: Mapsui.dll
    Syntax
    public class TimeInfo

    Properties

    | Improve this Doc View Source

    EndDate

    Declaration
    public DateTime? EndDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    endTimeField

    Declaration
    public string endTimeField { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StartDate

    Declaration
    public DateTime? StartDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    startTimeField

    Declaration
    public string startTimeField { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    timeExtent

    Declaration
    public long[] timeExtent { get; set; }
    Property Value
    Type Description
    System.Int64[]
    | Improve this Doc View Source

    timeReference

    Declaration
    public TimeReference timeReference { get; set; }
    Property Value
    Type Description
    TimeReference

    Methods

    | Improve this Doc View Source

    ConvertUnixTimeStamp(Int64)

    Declaration
    public static DateTime? ConvertUnixTimeStamp(long unixTimeStamp)
    Parameters
    Type Name Description
    System.Int64 unixTimeStamp
    Returns
    Type Description
    System.Nullable<System.DateTime>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX