![]() |
TogglePB |
Header: DateTimeUtils.h |
struct TogglePB { SInt32 togFlags; ResType amChars; ResType pmChars; SInt32 reserved[4]; };
The high-order word of this field contains flags that specify special conditions for the ToggleDate function. See
The low-order word of this field contains masks representing fields to be checked by the ValidDate function. Each mask corresponds to a value in the enumerated type LongDateField. See
The trailing string to display for morning (for example, A.M.). This string is read from the numeric-format resource (resource type 'itl0') of the current script system.
The trailing to display for evening (for example, P.M.). This string is read from the numeric-format resource (resource type 'itl0') of the current script system.
Reserved. Set each of the three elements of this field to 0.
The ToggleDate function exchanges information with your application using the toggle parameter block, defined by the TogglePB data type.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)