PrevailingTime
A type for defining a time with respect to a geographic location, for example 11:00
Phoenix, USA. This type should be used where a wider range of locations than those
available as business centres is required.
Field | Type | Description | Print form title | FFSM title | Properties | Conditions |
hourMinuteTime | HourMinuteTime | A time specified in hh:mm:ss format where the second component must be '00', e.g.
11am would be represented as 11:00:00.
| Time (hour:minute). | | 0-1,
mre,
mfr | |
location | TimezoneLocation | The geographic location to which the hourMinuteTime applies. The time takes into account
any current day light saving changes or other adjustments i.e. it is the prevaling
time at the location.
| Location. | | 0-1,
mre,
mfr | |
PrevailingTimehourMinuteTime(HourMinuteTime) | A time specified in hh:mm:ss format where the second component must be '00', e.g.
11am would be represented as 11:00:00.
|
| [0-2][0-9]:[0-5][0-9]:00; |
|
location(TimezoneLocation) | The geographic location to which the hourMinuteTime applies. The time takes into account
any current day light saving changes or other adjustments i.e. it is the prevaling
time at the location.
|
|