C# Class Google.KML.geTimeSpan

Represents an extent in time bounded by begin and end dateTimes. If or is missing, then that end of the period is unbounded
Inheritance: geTimePrimitive
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Begin geDateTime
End geDateTime

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Method Details

ToKML() public method

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

Property Details

Begin public_oe property

public geDateTime,Google.KML Begin
return geDateTime

End public_oe property

public geDateTime,Google.KML End
return geDateTime