TimeUtilities.ConvertToCalendarDate Method

Top 

Description

Returns a formatted calendar String of the date and time represented by the input time value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ConvertToCalendarDate(Variable time, String timeSystem, String timeReference)

String

Returns a calendar String in the default format of the date and time represented by the input time value.

TimeUtilities.ConvertToCalendarDate(Variable time, String timeSystem, String timeReference, String calendarFormat)

String

Returns a calendar String in the format specified by calendarFormat of the date and time represented by the input time value. 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