Свойство | Тип | Описание | |
---|---|---|---|
m_defVal |
Метод | Описание | |
---|---|---|
@typeof ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
compare ( object obj ) : long | ||
fromDuration ( |
||
fromIso ( string s ) : |
||
fromIso ( string s, bool check ) : |
||
fromLocale ( string s, string pattern ) : |
||
fromLocale ( string s, string pattern, bool check ) : |
||
fromStr ( string s ) : |
||
fromStr ( string s, bool check ) : |
||
getHour ( ) : int | ||
getMin ( ) : int | ||
getNanoSec ( ) : int | ||
getSec ( ) : int | ||
hash ( ) : long | ||
hour ( ) : long | ||
isMidnight ( ) : bool | ||
make ( long hour, long min ) : |
||
make ( long hour, long min, long sec ) : |
||
make ( long hour, long min, long sec, long ns ) : |
||
min ( ) : long | ||
nanoSec ( ) : long | ||
now ( ) : |
||
now ( |
||
sec ( ) : long | ||
toCode ( ) : string | ||
toDateTime ( Fan.Sys.Date d ) : |
||
toDateTime ( Fan.Sys.Date d, |
||
toDuration ( ) : |
||
toIso ( ) : string | ||
toLocale ( ) : string | ||
toLocale ( string pattern ) : string | ||
toStr ( ) : string |
Метод | Описание | |
---|---|---|
Time ( int hour, int min, int sec, int ns ) : System.Globalization | ||
num ( string s, int index ) : int |
public static fromDuration ( |
||
d | ||
Результат |
public static fromIso ( string s ) : |
||
s | string | |
Результат |
public static fromIso ( string s, bool check ) : |
||
s | string | |
check | bool | |
Результат |
public static fromLocale ( string s, string pattern ) : |
||
s | string | |
pattern | string | |
Результат |
public static fromLocale ( string s, string pattern, bool check ) : |
||
s | string | |
pattern | string | |
check | bool | |
Результат |
public static fromStr ( string s ) : |
||
s | string | |
Результат |
public static fromStr ( string s, bool check ) : |
||
s | string | |
check | bool | |
Результат |
public static make ( long hour, long min ) : |
||
hour | long | |
min | long | |
Результат |
public static make ( long hour, long min, long sec ) : |
||
hour | long | |
min | long | |
sec | long | |
Результат |
public static make ( long hour, long min, long sec, long ns ) : |
||
hour | long | |
min | long | |
sec | long | |
ns | long | |
Результат |
public static now ( |
||
tz | ||
Результат |
public toDateTime ( Fan.Sys.Date d ) : |
||
d | Fan.Sys.Date | |
Результат |
public toDateTime ( Fan.Sys.Date d, |
||
d | Fan.Sys.Date | |
tz | ||
Результат |
public toLocale ( string pattern ) : string | ||
pattern | string | |
Результат | string |