CGA_Bluetooth_Characteristic_LocalTimeInformation

public class CGA_Bluetooth_Characteristic_LocalTimeInformation : CGA_Bluetooth_Characteristic

This adds a specialized accessor to the Local Time Information Characteristic.

  • Declaration

    Swift

    public var timezone: TimeInterval? { get }

    Return Value

    The offset from UTC, in seconds. Nil, if not available, or out of range.

  • Declaration

    Swift

    public var dstOffset: TimeInterval? { get }

    Return Value

    the Daylight Savings time offset, in seconds. Nil, if not available, or out of range.

  • Declaration

    Swift

    public var offsetFromUTCInSeconds: TimeInterval? { get }

    Return Value

    the local time offset from UTC, in seconds, including DST.

  • Declaration

    Swift

    public override var stringValue: String? { get }

    Return Value

    the DST offset, as a String.

  • This returns a unique GATT UUID String for the Characteristic.

    Declaration

    Swift

    public override class var uuid: String { get }