Version

CreateFixedDateTransitionTime Method

A static menthod that creates and returns a transition time that occurs on the same dateTime every year.
Syntax
'Declaration
 
Public Shared Function CreateFixedDateTransitionTime( _
   ByVal day As Byte, _
   ByVal month As Byte, _
   ByVal timeOfDay As Date _
) As TimeZoneInfoProvider.TransitionTime
public static TimeZoneInfoProvider.TransitionTime CreateFixedDateTransitionTime( 
   byte day,
   byte month,
   DateTime timeOfDay
)

Parameters

day
A number between 1 and 31
month
A number between 1 and 12
timeOfDay
The time that the transition takes place.

Return Value

The newly created instance of a TimeZoneInfoProvider.TransitionTime
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also