SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Static Public Member Functions | |
static int | GetMonthN (const TStr &MonthNm, const TLoc &Loc=lUs) |
static bool | IsMonthNm (const TStr &MonthNm, const TLoc &Loc=lUs) |
static TStr | GetMonthNm (const int &MonthN, const TLoc &Loc=lUs) |
static int | GetDayOfWeekN (const TStr &DayOfWeekNm, const TLoc &Loc=lUs) |
static bool | IsDayOfWeekNm (const TStr &DayOfWeekNm, const TLoc &Loc=lUs) |
static TStr | GetDayOfWeekNm (const int &DayOfWeekN, const TLoc &Loc=lUs) |
static TStr | GetHmFromMins (const int &Mins) |
static int | GetTmUnitSecs (const TTmUnit &TmUnit) |
static TStr | GetTmUnitStr (const TTmUnit &TmUnit) |
static TStr | GetTmZoneDiffStr (const TStr &TmZoneStr) |
static uint64 | GetMinMSecs () |
static uint64 | GetHourMSecs () |
static uint64 | GetDayMSecs () |
static uint64 | GetWeekMSecs () |
Static Public Attributes | |
static const int | SunN = 1 |
static const int | MonN = 2 |
static const int | TueN = 3 |
static const int | WedN = 4 |
static const int | ThuN = 5 |
static const int | FriN = 6 |
static const int | SatN = 7 |
static const int | JanN = 1 |
static const int | FebN = 2 |
static const int | MarN = 3 |
static const int | AprN = 4 |
static const int | MayN = 5 |
static const int | JunN = 6 |
static const int | JulN = 7 |
static const int | AugN = 8 |
static const int | SepN = 9 |
static const int | OctN = 10 |
static const int | NovN = 11 |
static const int | DecN = 12 |
static uint64 TTmInfo::GetDayMSecs | ( | ) | [inline, static] |
int TTmInfo::GetDayOfWeekN | ( | const TStr & | DayOfWeekNm, |
const TLoc & | Loc = lUs |
||
) | [static] |
TStr TTmInfo::GetDayOfWeekNm | ( | const int & | DayOfWeekN, |
const TLoc & | Loc = lUs |
||
) | [static] |
TStr TTmInfo::GetHmFromMins | ( | const int & | Mins | ) | [static] |
static uint64 TTmInfo::GetHourMSecs | ( | ) | [inline, static] |
static uint64 TTmInfo::GetMinMSecs | ( | ) | [inline, static] |
int TTmInfo::GetMonthN | ( | const TStr & | MonthNm, |
const TLoc & | Loc = lUs |
||
) | [static] |
TStr TTmInfo::GetMonthNm | ( | const int & | MonthN, |
const TLoc & | Loc = lUs |
||
) | [static] |
int TTmInfo::GetTmUnitSecs | ( | const TTmUnit & | TmUnit | ) | [static] |
TStr TTmInfo::GetTmUnitStr | ( | const TTmUnit & | TmUnit | ) | [static] |
TStr TTmInfo::GetTmZoneDiffStr | ( | const TStr & | TmZoneStr | ) | [static] |
static uint64 TTmInfo::GetWeekMSecs | ( | ) | [inline, static] |
static bool TTmInfo::IsDayOfWeekNm | ( | const TStr & | DayOfWeekNm, |
const TLoc & | Loc = lUs |
||
) | [inline, static] |
static bool TTmInfo::IsMonthNm | ( | const TStr & | MonthNm, |
const TLoc & | Loc = lUs |
||
) | [inline, static] |
const int TTmInfo::AprN = 4 [static] |
const int TTmInfo::AugN = 8 [static] |
const int TTmInfo::DecN = 12 [static] |
const int TTmInfo::FebN = 2 [static] |
const int TTmInfo::FriN = 6 [static] |
const int TTmInfo::JanN = 1 [static] |
const int TTmInfo::JulN = 7 [static] |
const int TTmInfo::JunN = 6 [static] |
const int TTmInfo::MarN = 3 [static] |
const int TTmInfo::MayN = 5 [static] |
const int TTmInfo::MonN = 2 [static] |
const int TTmInfo::NovN = 11 [static] |
const int TTmInfo::OctN = 10 [static] |
const int TTmInfo::SatN = 7 [static] |
const int TTmInfo::SepN = 9 [static] |
const int TTmInfo::SunN = 1 [static] |
const int TTmInfo::ThuN = 5 [static] |
const int TTmInfo::TueN = 3 [static] |
const int TTmInfo::WedN = 4 [static] |