<!--
{
  "documentType" : "article",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ParseableFormatStyle/FormatStyle-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "FormatStyle Implementations"
}
-->

# FormatStyle Implementations

## Topics

### Type Properties

[`static var dateTime: Date.FormatStyle`](/documentation/Foundation/ParseableFormatStyle/dateTime)

A style for formatting a date and time.

[`static var number: Decimal.FormatStyle`](/documentation/Foundation/ParseableFormatStyle/number)

A style for formatting decimal values.

[`static var percent: Decimal.FormatStyle.Percent`](/documentation/Foundation/ParseableFormatStyle/percent)

A style for formatting decimal values as a percent representation.

[`static var url: URL.FormatStyle`](/documentation/Foundation/ParseableFormatStyle/url)

A style for formatting a URL.

### Type Methods

[`static func name(style: PersonNameComponents.FormatStyle.Style) -> Self`](/documentation/Foundation/ParseableFormatStyle/name(style:))

Returns a format style to use the given name style for formatting a name from its components.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)