Returns the date from serial. If no date is present in this serial then returns DateTime.MaxValue
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function GetDate( _ ByVal serial As String _ ) As Date |
| C# |
|---|
| public DateTime GetDate( string serial ) |
| C++ |
|---|
| public: DateTime GetDate( String serial ) sealed |
| J# |
|---|
| public DateTime GetDate( string serial ) |
| JScript |
|---|
| public
function GetDate( serial : String ) : DateTime |
Parameters
- serial