TimeSpan.ConvertToCalendarDate() Method

Top 

Description

Returns a formatted string representing an epoch in time using the standard FreeFlyer calendar format ('Mmm DD YYYY hh:mm:ss.fs'). The calling TimeSpan is assumed to be in TAI referenced to the MJD GSFC reference epoch and the returned String is in UTC.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpan.ConvertToCalendarDate(

)

 

 

Return Value

Type:

string

 

 

A calendar string.

 

Syntax

myString1 = myTimeSpan1.ConvertToCalendarDate();

 

 

See also

TimeSpan Object

TimeSpan.ConvertToCalendarDate

TimeSpans Guide

Parsing Dates and Times