TimeZoneBuilderUnsetPreferences Method

Resets the Preference properties of the items in in the TimeZones property to the lowest value (100).

Definition

Namespace: FolkerKinzel.VCards.BuilderParts
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public VCardBuilder UnsetPreferences()

Return Value

VCardBuilder
The VCardBuilder instance that initialized this TimeZoneBuilder to be able to chain calls.

Exceptions

InvalidOperationExceptionThe method has been called on an instance that had been initialized using the default constructor.

See Also