This document is archived and information here might be outdated.  Recommended version.


TimeZoneTransitionTime Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

TimeZoneTransitionTime Structure

Holds time zone transition time.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   Year As Short,
   Month As Short,
   DayOfWeek As Short,
   DayOccurrence As Short,
   Hour As Short,
   Minute As Short,
   Second As Short,
   Milliseconds As Short
)
[C#]
public TimeZoneTransitionTime {
   short Year,
   short Month,
   short DayOfWeek,
   short DayOccurrence,
   short Hour,
   short Minute,
   short Second,
   short Milliseconds
)
[C++]
typedef struct TimeZoneTransitionTime {
short Year;
short Month;
short DayOfWeek;
short DayOccurrence;
short Hour;
short Minute;
short Second;
short Milliseconds; } TimeZoneTransitionTime;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.