Property | Type | Description | |
---|---|---|---|
DT_EPOCH | System.DateTime | ||
EPOCH_in_seconds | long | ||
GREGORIAN_CALENDAR | |||
TS_EPOCH | System.TimeSpan | ||
date_time | System.DateTime | ||
timezone | int |
Method | Description | |
---|---|---|
date ( int s, int min, int h, int d, int mon, int y, long tz, bool istz, int dst ) : System | ||
date ( long seconds ) : System |
public date ( int s, int min, int h, int d, int mon, int y, long tz, bool istz, int dst ) : System | ||
s | int | |
min | int | |
h | int | |
d | int | |
mon | int | |
y | int | |
tz | long | |
istz | bool | |
dst | int | |
return | System |
public static GregorianCalendar,System.Globalization GREGORIAN_CALENDAR | ||
return |