C# Class SharpCifs.Util.Sharpen.SimpleDateFormat

Inheritance: DateFormat
Afficher le fichier Open project: brandonprry/Potato

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Format ( System.DateTime date ) : string
Format ( long date ) : string
IsLenient ( ) : bool
Parse ( string value ) : System.DateTime
SetLenient ( bool lenient ) : void
SimpleDateFormat ( ) : System
SimpleDateFormat ( string format ) : System
SimpleDateFormat ( string format, CultureInfo c ) : System

Method Details

Format() public méthode

public Format ( System.DateTime date ) : string
date System.DateTime
Résultat string

Format() public méthode

public Format ( long date ) : string
date long
Résultat string

IsLenient() public méthode

public IsLenient ( ) : bool
Résultat bool

Parse() public méthode

public Parse ( string value ) : System.DateTime
value string
Résultat System.DateTime

SetLenient() public méthode

public SetLenient ( bool lenient ) : void
lenient bool
Résultat void

SimpleDateFormat() public méthode

public SimpleDateFormat ( ) : System
Résultat System

SimpleDateFormat() public méthode

public SimpleDateFormat ( string format ) : System
format string
Résultat System

SimpleDateFormat() public méthode

public SimpleDateFormat ( string format, CultureInfo c ) : System
format string
c System.Globalization.CultureInfo
Résultat System