<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation4DateV11FormatStyleV6SymbolV17StandaloneQuarterV"
  },
  "title" : "Date.FormatStyle.Symbol.StandaloneQuarter"
}
-->

# Date.FormatStyle.Symbol.StandaloneQuarter

A type that specifies the format for a standalone quarter.

```
struct StandaloneQuarter
```

## Topics

### Modifying a Standalone Quarter

[`static var abbreviated: Date.FormatStyle.Symbol.StandaloneQuarter`](/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter/abbreviated)

The abbreviated representation of a standalone quarter.

[`static var narrow: Date.FormatStyle.Symbol.StandaloneQuarter`](/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter/narrow)

The shortest representation of a standalone quarter.

[`static var oneDigit: Date.FormatStyle.Symbol.StandaloneQuarter`](/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter/oneDigit)

The one-digit representation of a standalone quarter.

[`static var twoDigits: Date.FormatStyle.Symbol.StandaloneQuarter`](/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter/twoDigits)

The two-digit representation of a standalone quarter.

[`static var wide: Date.FormatStyle.Symbol.StandaloneQuarter`](/documentation/Foundation/Date/FormatStyle/Symbol/StandaloneQuarter/wide)

The full representation of a standalone quarter.

### Comparing Standalone Quarters

[`static func == (Date, Date) -> Bool`](/documentation/Foundation/Date/==(_:_:))

Returns true if the two `Date` values represent the same point in time.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

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)