TimeZoneMethodsDateTimeServerConvert Method |
Convert datetime with dependence on time zone type to server date time.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax public static DateTime DateTimeServerConvert(
DateTime dateTime,
TimeZoneTypeEnum type,
TimeZoneInfo customTimeZone
)
Parameters
- dateTime
- Type: SystemDateTime
User/Site date time - type
- Type: CMS.GlobalizationTimeZoneTypeEnum
Time zone type - customTimeZone
- Type: CMS.GlobalizationTimeZoneInfo
Custom time zone info
Return Value
Type:
DateTimeSee Also