C# Class GSoft.Dynamite.Globalization.DateHelper

SharePoint Date Helper Class
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
GetSharePointDateUtc ( SPWeb web, System.DateTime dateTime ) : System.DateTime

Get the current date corresponding to the local SharePoint SPWeb Time zone.

Method Details

GetSharePointDateUtc() public method

Get the current date corresponding to the local SharePoint SPWeb Time zone.
public GetSharePointDateUtc ( SPWeb web, System.DateTime dateTime ) : System.DateTime
web SPWeb The web.
dateTime System.DateTime Date to convert.
return System.DateTime