dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

TimeReference Class

Time-zone reference applied to date fields in a Feature Service layer.

public record TimeReference : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.TimeReference>

Inheritance System.Object 🡒 TimeReference

Implements System.IEquatable<TimeReference>

Constructors

TimeReference(string, string, Nullable) Constructor

Time-zone reference applied to date fields in a Feature Service layer.

public TimeReference(string? TimeZone=null, string? TimeZoneIana=null, System.Nullable<bool> RespectsDaylightSaving=null);

Parameters

TimeZone System.String

TimeZoneIana System.String

RespectsDaylightSaving System.Nullable<System.Boolean>

Properties

TimeReference.RespectsDaylightSaving Property

public System.Nullable<bool> RespectsDaylightSaving { get; init; }

Property Value

System.Nullable<System.Boolean>

TimeReference.TimeZone Property

public string? TimeZone { get; init; }

Property Value

System.String

TimeReference.TimeZoneIana Property

public string? TimeZoneIana { get; init; }

Property Value

System.String