CustomTimeZone.GetDaylightChanges Method

This method is not implemented.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Overrides Function GetDaylightChanges ( _
    year As Integer _
) As DaylightTime
public override DaylightTime GetDaylightChanges(
    int year
)
public:
virtual DaylightTime^ GetDaylightChanges(
    int year
) override
abstract GetDaylightChanges : 
        year:int -> DaylightTime  
override GetDaylightChanges : 
        year:int -> DaylightTime
public override function GetDaylightChanges(
    year : int
) : DaylightTime

Parameters

Return Value

Type: System.Globalization.DaylightTime

.NET Framework Security

See Also

Reference

CustomTimeZone Class

Microsoft.TeamFoundation.Common Namespace