NSFormattingContext Enum

Definition

Enumerates the position of the data being formatted. Used with NSByteCountFormatter and NSDateComponentsFormatter.

public enum NSFormattingContext
type NSFormattingContext = 
Inheritance
NSFormattingContext

Fields

Name Value Description
Unknown 0
Dynamic 1
Standalone 2
ListItem 3
BeginningOfSentence 4
MiddleOfSentence 5

Applies to