ParseDateTime Method

The ParseDateTime method in the Groove 2007 Forms Tool parses a formatted date time string and returns the raw date value.

Syntax

object.ParseDateTime

(

i_DateTimeString As String,

i_DateStyleAsGrooveIntlDateFormatStyle,

i_TimeStyleAsGrooveIntlDateFormatStyle

) As Number

Parameters

Parameter Description

i_DateTimeString

Date string to parse.

i_DateStyle

Date style used by the string.

i_TimeStyle

Time style used by the string.

Return Value

The return value is a number that is the raw date value.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDate Method
FormatDateTime Method
FormatNumber Method
ParseDate Method
ParseNumber Method