This topic has not yet been rated - Rate this topic

DaylightTime Members

DaylightTime overview

Public Constructors

public constructorDaylightTime Constructor

Supported by the .NET Compact Framework.

Initializes a new instance of the DaylightTime class.

Public Properties

public propertyDelta

Supported by the .NET Compact Framework.

Gets the TimeSpan that represents the difference between the standard time and the daylight-saving time.
public propertyEnd

Supported by the .NET Compact Framework.

Gets the DateTime that represents the date and time when the daylight-saving period ends.
public propertyStart

Supported by the .NET Compact Framework.

Gets the DateTime that represents the date and time when the daylight-saving period begins.

Public Methods

public methodEquals (inherited from Object)

Supported by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object)

Supported by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodToString (inherited from Object)

Supported by the .NET Compact Framework.

Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object)

Supported by the .NET Compact Framework.

Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

DaylightTime Class | System.Globalization Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.