TimeUtilities.ParseCalendarDate Method

Top 

Description

Parses the input calendar date String and returns the represented time value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ParseCalendarDate(String calendarDate, String calendarSystem, String outputSystem, String outputReference)

Variable

Parses the calendar date in calendarDate as a time in the calendarSystem system using the default calendar format and returns its time value in the outputReference system and outputReference reference.

TimeUtilities.ParseCalendarDate(String calendarDate, String calendarFormat, String calendarSystem, String outputSystem, String outputReference)

Variable

Parses the calendar date in calendarDate as a time in the calendarSystem system using the format specified in calendarFormat and returns its time value in the outputReference system and outputReference reference. The allowed patterns are documented in the "Date and Time Format Specifiers" tables on the "Parsing Dates and Times" page in the Help File. Note that arbitrary text can be included in the pattern by surrounding the text with double asterisks.

 

 

See also

TimeUtilities Object

Parsing Dates and Times