mooSysTimeStamp {function}

 

 

Example of an Excel VBA application using the mooSysTimeStamp function:

 

 

Public Sub mooSysTimeStampANDmooSysDate()

 

'Shows the value of SysTimeStamp and sysDate

Dim boo As Boolean

 

If Not oregistered Then: boo = regQ:

'Check Im connected if not connect

If Not o.connected Then

   boo = o.connect

   boo = o.connected

  Else

   boo = True

End If

 

'Connected so execute

If boo = True Then

   Debug.Print o.mooSysTimeStamp()

   'returns ie. 11-MAY-10 17.58.17.851963 +01:00

   Debug.Print o.mooSysDate()

   'returns ie. 11-MAY-10

  Else

  'Something went wrong print any error information

   Debug.Print "Unable to Connect"

   Debug.Print o.getlastmooerr

  End If

 

End Sub

 

 

Opens the status of all dimensions within the currently attached Analytic Workspace.

 

Syntax

 

 

   mooSysTimeStamp()

Microsoft®, WINDOWS®, Microsoft Excel®, Microsoft Office® are registered trademarks of Microsoft Corporation.

ORACLE® is a registered trademark of ORACLE Corporation.

® SDMC Consulting Limited 2010