Click or drag to resize

TimeZone Class

Represents a timezone used for the SP-ICE-3 card timezone settings.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3TimeZone

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class TimeZone : IEquatable<TimeZone>

The TimeZone type exposes the following members.

Constructors
 NameDescription
Public methodTimeZone Creates a new instance that is set to UTC by default.
Public methodTimeZone(String) Creates a new instance set to the given timezone.
Public methodTimeZone(TimeZoneInfo) Creates a new instance set to the given timezone.
Top
Properties
 NameDescription
Public propertyId The Id of the time zone.
Top
Methods
 NameDescription
Public methodEquals(Object) Compares this instance to another object.
(Overrides ObjectEquals(Object))
Public methodEquals(TimeZone) Compares this instance to another instance.
Public methodGetHashCode Generates a unique hash for the instance of this object.
(Overrides ObjectGetHashCode)
Public methodStatic memberGetSPICE3StandardTimeZoneList Gets a list of the standard time zone designators.
Top
See Also