Method | Description | |
---|---|---|
SDate ( int Year, int Month, int Day ) : System |
New SDate
|
|
SDate ( string DateString ) : System |
New SDate
|
|
ToDateTime ( ) : System.DateTime |
Convert current SDate to DateTime
|
|
ToString ( ) : string |
Get Current SDate in format of yyyy/MM/dd
|
Method | Description | |
---|---|---|
SDate ( |
New SDate from specific FileStream
|
public SDate ( int Year, int Month, int Day ) : System | ||
Year | int | The Year (1-9999) |
Month | int | The Month (1-12) |
Day | int | The Day (1-31) |
return | System |
public SDate ( string DateString ) : System | ||
DateString | string | String contain Date in format of yyyy/MM/dd |
return | System |