C# Class Fan.Sys.DateTimeStr

DateTimeStr is used to format/parse DateTime, Date, and Time using the standard pattern syntax.
Show file Open project: xored/f4

Public Methods

Method Description
format ( ) : string

Private Methods

Method Description
DateTimeStr ( string pattern, Locale locale ) : System
DateTimeStr ( string pattern, Locale locale, Date d ) : System
DateTimeStr ( string pattern, Locale locale, DateTime dt ) : System
DateTimeStr ( string pattern, Locale locale, Time t ) : System
daySuffix ( int day ) : string
locale ( ) : Locale
parse ( string s ) : void
parseDate ( string s, bool check ) : Date
parseDateTime ( string s, TimeZone defTz, bool check ) : DateTime
parseInt ( int n ) : int
parseMon ( ) : Month
parseOptDigit ( ) : int
parseReqDigit ( ) : int
parseTime ( string s, bool check ) : Time
parseTzName ( ) : void
parseTzOffset ( ) : void
skipWord ( ) : void
weekOfYear ( ) : int

Method Details

format() public method

public format ( ) : string
return string