| Mac OS X header: | CoreServices/CoreServices.h |
| Mac OS 9 headers: | UTCUtils.h, DateTimeUtils.h |
ConvertLocalTimeToUTC |
| Carbon status: | Supported |
OSStatus ConvertLocalTimeToUTC (
UInt32 localSeconds,
UInt32 *utcSeconds
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
ConvertLocalToUTCDateTime |
| Carbon status: | Supported |
OSStatus ConvertLocalToUTCDateTime (
const LocalDateTime *localDateTime,
UTCDateTime *utcDateTime
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
ConvertUTCToLocalDateTime |
| Carbon status: | Supported |
OSStatus ConvertUTCToLocalDateTime (
const UTCDateTime *utcDateTime,
LocalDateTime *localDateTime
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
ConvertUTCToLocalTime |
| Carbon status: | Supported |
OSStatus ConvertUTCToLocalTime (
UInt32 utcSeconds,
UInt32 *localSeconds
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
GetLocalDateTime |
| Carbon status: | Supported |
OSStatus GetLocalDateTime (
LocalDateTime *localDateTime,
OptionBits options
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
GetLocalTime |
| Carbon status: | Unsupported |
OSStatus GetLocalTime (
LocalDateTime *localDateTime,
Boolean needFraction
);
A result code.
Use GetLocalDateTime instead.
GetUTCDateTime |
| Carbon status: | Supported |
OSStatus GetUTCDateTime (
UTCDateTime *utcDateTime,
OptionBits options
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
GetUTCTime |
| Carbon status: | Unsupported |
OSStatus GetUTCTime (
UTCDateTime *utcDateTime,
Boolean needFraction
);
A result code.
Use GetUTCDateTime instead.
IUDatePString |
| Carbon status: | Unsupported |
void IUDatePString (
SInt32 dateTime,
DateForm longFlag,
Str255 result,
Handle intlHandle
);
Not available in Carbon.
Use DateString instead.
iudatepstring |
| Carbon status: | Unsupported |
void iudatepstring (
SInt32 dateTime,
DateForm longFlag,
char *result,
Handle intlHandle
);
Not available in Carbon.
Use DateString instead.
IUDateString |
| Carbon status: | Unsupported |
void IUDateString (
SInt32 dateTime,
DateForm longFlag,
Str255 result
);
Not available in Carbon.
Use DateString instead.
iudatestring |
| Carbon status: | Unsupported |
void iudatestring (
SInt32 dateTime,
DateForm longFlag,
char *result
);
Not available in Carbon.
Use DateString instead.
IULDateString |
| Carbon status: | Unsupported |
void IULDateString (
LongDateTime *dateTime,
DateForm longFlag,
Str255 result,
Handle intlHandle
);
Not available in Carbon.
Use LongDateString instead.
iuldatestring |
| Carbon status: | Unsupported |
void iuldatestring (
LongDateTime *dateTime,
DateForm longFlag,
char *result,
Handle intlHandle
);
Not available in Carbon.
Use LongDateString instead.
IULTimeString |
| Carbon status: | Unsupported |
void IULTimeString (
LongDateTime *dateTime,
Boolean wantSeconds,
Str255 result,
Handle intlHandle
);
Not available in Carbon.
Use LongTimeString instead.
iultimestring |
| Carbon status: | Unsupported |
void iultimestring (
LongDateTime *dateTime,
Boolean wantSeconds,
char *result,
Handle intlHandle
);
Not available in Carbon.
Use LongTimeString instead.
IUTimePString |
| Carbon status: | Unsupported |
void IUTimePString (
SInt32 dateTime,
Boolean wantSeconds,
Str255 result,
Handle intlHandle
);
Not available in Carbon.
Use TimeString instead.
iutimepstring |
| Carbon status: | Unsupported |
void iutimepstring (
SInt32 dateTime,
Boolean wantSeconds,
char *result,
Handle intlHandle
);
Not available in Carbon.
Use TimeString instead.
IUTimeString |
| Carbon status: | Unsupported |
void IUTimeString (
SInt32 dateTime,
Boolean wantSeconds,
Str255 result
);
Not available in Carbon.
Use TimeString instead.
iutimestring |
| Carbon status: | Unsupported |
void iutimestring (
SInt32 dateTime,
Boolean wantSeconds,
char *result
);
Not available in Carbon.
Use TimeString instead.
LocalToUTCTime |
| Carbon status: | Unsupported |
OSStatus LocalToUTCTime (
const LocalDateTime *localDateTime,
UTCDateTime *utcDateTime
);
A result code.
Use ConvertLocalToUTCDateTime instead.
SetLocalDateTime |
| Carbon status: | Supported |
OSStatus SetLocalDateTime (
const LocalDateTime *localDateTime,
OptionBits options
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
SetLocalTime |
| Carbon status: | Unsupported |
OSStatus SetLocalTime (
const LocalDateTime *localDateTime
);
A result code.
Use SetLocalDateTime instead.
SetUTCDateTime |
| Carbon status: | Supported |
OSStatus SetUTCDateTime (
const UTCDateTime *utcDateTime,
OptionBits options
);
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9 or later.
SetUTCTime |
| Carbon status: | Unsupported |
OSStatus SetUTCTime (
const UTCDateTime *utcDateTime
);
A result code.
Use SetUTCDateTime instead.
UTCToLocalTime |
| Carbon status: | Unsupported |
OSStatus UTCToLocalTime (
const UTCDateTime *utcDateTime,
LocalDateTime *localDateTime
);
A result code.
Use ConvertUTCToLocalDateTime instead.
© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)