C# Class CK.Core.DateTimeStampExtension

Exposes extension methods on DateTimeStamp.
Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Méthode Description
MatchDateTimeStamp ( this @this, DateTimeStamp &time ) : bool

Matches a DateTimeStamp.

Method Details

MatchDateTimeStamp() static public méthode

Matches a DateTimeStamp.
static public MatchDateTimeStamp ( this @this, DateTimeStamp &time ) : bool
@this this
time DateTimeStamp Resulting time stamp on successful match; otherwise.
Résultat bool