CustomTimeZone.DaylightName Property
Gets the Daylight saving name for the current time zone
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DaylightName As String
public override string DaylightName { get; }
public:
virtual property String^ DaylightName {
String^ get () override;
}
abstract DaylightName : string with get
override DaylightName : string with get
override function get DaylightName () : String
Property Value
Type: System.String
Returns String.
.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.