C# Class Google.KML.geTimeStamp

Represents a single moment in time. This is a simple element and contains no children. Its value is a dateTime, specified in XML time (see XML Schema Part 2: Datatypes Second Edition). The precision of the TimeStamp is dictated by the dateTime value in the element.
Inheritance: geTimePrimitive
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
When geDateTime

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geTimeStamp ( geDateTime when ) : System

Method Details

ToKML() public method

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geTimeStamp() public method

public geTimeStamp ( geDateTime when ) : System
when geDateTime
return System

Property Details

When public_oe property

public geDateTime,Google.KML When
return geDateTime