wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 4 Snapshots
This commit is contained in:
parent
8f6b035e89
commit
04bb21447e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
}
|
||||
|
||||
// Converts a given datetime in DMTF format to System.DateTime object.
|
||||
internal System.DateTime ToDateTime(string dmtfDate)
|
||||
internal static System.DateTime ToDateTime(string dmtfDate)
|
||||
{
|
||||
System.DateTime initializer = System.DateTime.MinValue;
|
||||
int year = initializer.Year;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue