Class TimeInfo
Assembly: Mapsui.ArcGIS.dll
Syntax
Properties
|
Edit this page
View Source
EndDate
Declaration
public DateTime? EndDate { get; }
Property Value
|
Edit this page
View Source
StartDate
Declaration
public DateTime? StartDate { get; }
Property Value
|
Edit this page
View Source
endTimeField
Declaration
public string? endTimeField { get; set; }
Property Value
|
Edit this page
View Source
startTimeField
Declaration
public string? startTimeField { get; set; }
Property Value
|
Edit this page
View Source
timeExtent
Declaration
public long[]? timeExtent { get; set; }
Property Value
|
Edit this page
View Source
timeReference
Declaration
public TimeReference? timeReference { get; set; }
Property Value
Methods
|
Edit this page
View Source
ConvertUnixTimeStamp(long)
Declaration
public static DateTime? ConvertUnixTimeStamp(long unixTimeStamp)
Parameters
| Type |
Name |
Description |
| long |
unixTimeStamp |
|
Returns
Extension Methods