C# Class HBS.Data.Entities.TimeTracking.Infrastructure.WebHelpers

Mostrar archivo Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

Method Description
GetCurrentDateTimeByTimeZoneId ( int numberOfDaysToAdd, string timeZoneId ) : System.DateTime
GetCurrentDateTimeByTimeZoneId ( string timeZoneId ) : System.DateTime
GetIpAddress ( ) : string

Method Details

GetCurrentDateTimeByTimeZoneId() public static method

public static GetCurrentDateTimeByTimeZoneId ( int numberOfDaysToAdd, string timeZoneId ) : System.DateTime
numberOfDaysToAdd int
timeZoneId string
return System.DateTime

GetCurrentDateTimeByTimeZoneId() public static method

public static GetCurrentDateTimeByTimeZoneId ( string timeZoneId ) : System.DateTime
timeZoneId string
return System.DateTime

GetIpAddress() public static method

public static GetIpAddress ( ) : string
return string