Zmanim.TimeZone.ITimeZone Interface Reference

Provides the most basic useage of a TimeZone. /summary> More...

Inheritance diagram for Zmanim.TimeZone.ITimeZone:
Zmanim.TimeZone.OffsetTimeZone Zmanim.TimeZone.WindowsTimeZone

List of all members.

Public Member Functions

int UtcOffset (DateTime dateTime)
 UTCs the offset. If Daylight Saving Time is in effect at the specified date, the offset value is adjusted with the amount of daylight saving.
bool IsDaylightSavingTime (DateTime dateTime)
 Is the current DateTime in daylight time for this time zone.
string GetId ()
 Gets the ID of this time zone.
string GetDisplayName ()
 Returns a name of this time zone suitable for presentation to the user in the default locale. This method returns the long name, not including daylight savings. If the display name is not available for the locale, then this method returns a string in the normalized custom ID format.
int GetOffset (long timeFromEpoch)

Detailed Description

Provides the most basic useage of a TimeZone. /summary>


Member Function Documentation

string Zmanim.TimeZone.ITimeZone.GetDisplayName (  ) 

Returns a name of this time zone suitable for presentation to the user in the default locale. This method returns the long name, not including daylight savings. If the display name is not available for the locale, then this method returns a string in the normalized custom ID format.

Returns:

summary> Returns the offset of this time zone from UTC at the specified date. If Daylight Saving Time is in effect at the specified date, the offset value is adjusted with the amount of daylight saving. /summary> param name="timeFromEpoch">the date represented in milliseconds since January 1, 1970 00:00:00 GMT

returns>the amount of time in milliseconds to add to UTC to get local time.

Implemented in Zmanim.TimeZone.OffsetTimeZone, and Zmanim.TimeZone.WindowsTimeZone.

string Zmanim.TimeZone.ITimeZone.GetId (  ) 

Gets the ID of this time zone.

Returns:
the ID of this time zone.

Implemented in Zmanim.TimeZone.OffsetTimeZone, and Zmanim.TimeZone.WindowsTimeZone.

bool Zmanim.TimeZone.ITimeZone.IsDaylightSavingTime ( DateTime  dateTime  ) 

Is the current DateTime in daylight time for this time zone.

Parameters:
dateTime The date time.
Returns:

Implemented in Zmanim.TimeZone.OffsetTimeZone, and Zmanim.TimeZone.WindowsTimeZone.

int Zmanim.TimeZone.ITimeZone.UtcOffset ( DateTime  dateTime  ) 

UTCs the offset. If Daylight Saving Time is in effect at the specified date, the offset value is adjusted with the amount of daylight saving.

Parameters:
dateTime The date time.
Returns:

Implemented in Zmanim.TimeZone.OffsetTimeZone, and Zmanim.TimeZone.WindowsTimeZone.


The documentation for this interface was generated from the following file:
Generated on Mon May 31 12:33:43 2010 for Zmanim Project by  doxygen 1.6.3