TTimeStamp

Overview

Location

Fields


Date

 

var Date: Int32;

 

Int32 Date

 

var Date: Int32

 

Integer Date

 

FIELD Date() As Int32

Time

 

var Time: Int32;

 

Int32 Time

 

var Time: Int32

 

Integer Time

 

FIELD Time() As Int32

Instance Methods


constructor Cooper

 

constructor

 

TTimeStamp()

 

init()

 

TTimeStamp()

 

Sub New()

constructor (TTimeStamp) Cooper

 

constructor(value: TTimeStamp)

 

TTimeStamp(TTimeStamp value)

 

init(_ value: TTimeStamp)

 

TTimeStamp(TTimeStamp value)

 

Sub New(value As TTimeStamp)

Parameters:

  • value:

clone Cooper

 

method clone: Object

 

Object clone()

 

func clone() -> Object

 

Object clone()

 

Function clone() As Object