IDateLocalizationServicesConvertToLocalizedString - метод |
| Имя | Описание | |
|---|---|---|
| ConvertToLocalizedString(DateTime, DateLocalizationOptions) |
Converts a non-nullable UTC date in Gregorian calendar to a localized short date/time string.
| |
| ConvertToLocalizedString(NullableDateTime, DateLocalizationOptions) |
Converts a nullable UTC date in Gregorian calendar to a localized short date/time string.
| |
| ConvertToLocalizedString(DateTime, String, DateLocalizationOptions) |
Converts a non-nullable UTC date in Gregorian calendar to a localized string with the specified format.
| |
| ConvertToLocalizedString(NullableDateTime, String, DateLocalizationOptions) |
Converts a nullable UTC date in Gregorian calendar to a localized string with the specified format.
|