Search Results for

    Show / Hide Table of Contents

    Class TimeInfo

    Inheritance
    object
    TimeInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.ArcGIS.ImageServiceProvider
    Assembly: Mapsui.ArcGIS.dll
    Syntax
    public class TimeInfo

    Properties

    | Edit this page View Source

    EndDate

    Declaration
    public DateTime? EndDate { get; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    StartDate

    Declaration
    public DateTime? StartDate { get; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    endTimeField

    Declaration
    public string? endTimeField { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    startTimeField

    Declaration
    public string? startTimeField { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    timeExtent

    Declaration
    public long[]? timeExtent { get; set; }
    Property Value
    Type Description
    long[]
    | Edit this page View Source

    timeReference

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

    Methods

    | Edit this page View Source

    ConvertUnixTimeStamp(long)

    Declaration
    public static DateTime? ConvertUnixTimeStamp(long unixTimeStamp)
    Parameters
    Type Name Description
    long unixTimeStamp
    Returns
    Type Description
    DateTime?

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX