Is there a way to format the TimeofDay property to include fractional seconds? Currently, the format is HH:MM:SS, but I would like it to be HH:MM:SS:FF. If this is not possible, what is another way I can write the time (to the nearest 1/100th second) to an output file? Right now, I have it simply writing the time of day. Thannks!!!