VLDWeightUnit

Units that can be used to represent weight values.

Definition

typedef NS_ENUM(NSUInteger, VLDWeightUnit ) {
   VLDWeightUnitKilograms,
   VLDWeightUnitPounds,
   VLDWeightUnitStones,
};

Constants

VLDWeightUnitKilograms

The kilogram unit

VLDRecord.h.

VLDWeightUnitPounds

The pounds unit

VLDRecord.h.

VLDWeightUnitStones

The stones unit

VLDRecord.h.

VLDRecord.h