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
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
Begin geDateTime
End geDateTime

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Method Details

ToKML() public méthode

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

Property Details

Begin public_oe property

public geDateTime,Google.KML Begin
Résultat geDateTime

End public_oe property

public geDateTime,Google.KML End
Résultat geDateTime