C# Class Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.ServiceClientAdapterNS.CommonHelpers

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
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.

Method Details

GetDateTimeStringForService() public static méthode

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
Résultat string