C# Class Fan.Sys.DateTimeStr

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

Méthodes publiques

Méthode Description
format ( ) : string

Private Methods

Méthode 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 méthode

public format ( ) : string
Résultat string