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
- year
Type: System.Int32
Return Value
Type: System.Globalization.DaylightTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.