Version

TimeZoneInfoProvider.TransitionTime Structure Members

The following tables list the members exposed by TimeZoneInfoProvider.TransitionTime.

Public Properties
 NameDescription
Public PropertyDayReturns the day of the month (read-only)  
Public PropertyDayOfWeekReturns the day of the week (read-only)  
Public PropertyIsFixedDateReturns whether the transition occurs on a speciic day number (read-only)  
Public PropertyMonthReturns the month of the year (read-only)  
Public PropertyTimeOfDayReturns the time of day when the transition wil take place (read-only)  
Public PropertyWeekReturns the week number relative to the month (read-only)  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateFixedDateTransitionTimeA static menthod that creates and returns a transition time that occurs on the same dateTime every year.  
Public Methodstatic (Shared in Visual Basic)CreateFloatingDateTransitionTimeA static menthod that creates and returns a transition time that occurs on a different dateTime every year based on day of week and a relative week number.  
Public MethodEqualsOverloaded. Returns true if the object is equilavent to this  
Public MethodGetHashCodeReturns a code to use for hashing  
Public Operators
public Operator Equality Compares the values of two TimeZoneInfoProvider.TransitionTime structures for equality
public Operator Inequality Compares the values of two TimeZoneInfoProvider.TransitionTime structures for inequality
See Also