Globals Class |
Namespace: SharpCharts.Base.Common
public static class Globals
The Globals type exposes the following members.
| Name | Description | |
|---|---|---|
| AddToArrayT(T, T) | ||
| AddToArrayT(T, T) | ||
| ConvertDateToIntDate |
Returns a int value of a datetime in yyyyMMdd format
| |
| ConvertDateToIntTime |
Returns a int value of a datetime in HHmmss format
| |
| ConvertDateToIntTimeMinute | ||
| ConvertIntToDateTime |
Converts a int value to DateTime
| |
| ConvertIntToTime | ||
| GetGlyphRun(String, String, Double, Point) |
Returns a GlyphRun for the specified parameters
| |
| GetGlyphRun(String, String, Double, Point, Boolean) |
Returns a GlyphRun for the specified parameters
| |
| GetGlyphRun(String, String, Double, Point, Boolean, Double, Double) |
Returns a GlyphRun for the specified parameters
| |
| GetLastBusinessDay | ||
| GetLastDateOfWeek | ||
| GetTimeZoneOffset | ||
| GetUTCTimeZoneOffset | ||
| GetWeekOfMonth | ||
| IsEqual |
Compares if two double numbers are equal
| |
| IsGreaterThanOrEqual |
Compares if a double is greater than or equal to another double
| |
| IsLessThanOrEqual |
Compares if a double is less than or equal to another double
| |
| IsValidFileName | ||
| SendMail |