C# Класс Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.ServiceClientAdapterNS.CommonHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDateTimeStringForService ( System.DateTime date ) : string

Our service expects date time to be serialized in the following format we have to use english culture because our user might be running PS in another culture and our service can't understand it.

Описание методов

GetDateTimeStringForService() публичный статический Метод

Our service expects date time to be serialized in the following format we have to use english culture because our user might be running PS in another culture and our service can't understand it.
public static GetDateTimeStringForService ( System.DateTime date ) : string
date System.DateTime Input time
Результат string