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 SourceEndDate
Declaration
public DateTime? EndDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
endTimeField
Declaration
public string endTimeField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Declaration
public DateTime? StartDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
startTimeField
Declaration
public string startTimeField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
timeExtent
Declaration
public long[] timeExtent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] |
timeReference
Declaration
public TimeReference timeReference { get; set; }
Property Value
Type | Description |
---|---|
TimeReference |
Methods
| Improve this Doc View SourceConvertUnixTimeStamp(Int64)
Declaration
public static DateTime? ConvertUnixTimeStamp(long unixTimeStamp)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | unixTimeStamp |
Returns
Type | Description |
---|---|
System.Nullable<System.DateTime> |