Documentation of the CarRentalAgentService

Language.DateDisplayFormat Property

Gets or sets the date format for the corresponding language.

public  DateDisplayFormat {get; set;}

Remarks

This property was designed to assist booking-module developers in localization of their booking module. The value delivered within this property is a format-mask, which should be used for displaying dates like they're displayed normally in the corresponding language.

Example

DateDisplayFormat="DD.MM.YYYY"

See Also

Language Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace