메소드 | 설명 | |
---|---|---|
DateFormat ( String format ) : System.Collections.Generic |
Constructor for the
|
메소드 | 설명 | |
---|---|---|
GetDate ( String text ) : Date |
This is used to provide a transformation from a string to a date. It ensures that there is a bidirectional transformation process which allows dates to be serialized and deserialized with XML.
|
|
GetText ( Date date ) : String |
This is used to provide a transformation from a date to a string. It ensures that there is a bidirectional transformation process which allows dates to be serialized and deserialized with XML.
|
public DateFormat ( String format ) : System.Collections.Generic | ||
format | String | /// this is the pattern to use for the date type /// |
리턴 | System.Collections.Generic |