Contents

CFAbsoluteTimeGetDayOfYear(_:_:)

Returns an integer representing the day of the year indicated by the specified absolute time.

Declaration

func CFAbsoluteTimeGetDayOfYear(_ at: CFAbsoluteTime, _ tz: CFTimeZone!) -> Int32

Parameters

  • at:

    The absolute time to convert.

  • tz:

    The time zone to use for time correction. Pass NULL for GMT.

Return Value

An integer (1-366) representing the day of the year specified by at.

See Also

Core Foundation Time Utilities Miscellaneous Functions