C# Class CK.Core.DateTimeStampExtension

Exposes extension methods on DateTimeStamp.
Datei anzeigen Open project: Invenietis/ck-core

Public Methods

Method Description
MatchDateTimeStamp ( this @this, DateTimeStamp &time ) : bool

Matches a DateTimeStamp.

Method Details

MatchDateTimeStamp() static public method

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