AWFThreatPeriod

Objective-C

@interface AWFThreatPeriod : AWFWeatherObject

Swift

class AWFThreatPeriod : AWFWeatherObject

An AWFThreatPeriod object contains threat information for a specific time period.

  • GMT date for the period.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSDate *timestamp;

    Swift

    var timestamp: Date? { get set }
  • The storm threat for the period, or nil if no threat exists.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) AWFStormThreat *stormThreat;

    Swift

    var stormThreat: AWFStormThreat? { get set }