C# 클래스 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
상속: geTimePrimitive
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
Begin geDateTime
End geDateTime

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

메소드 상세

ToKML() 공개 메소드

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

Begin 공개적으로 프로퍼티

public geDateTime,Google.KML Begin
리턴 geDateTime

End 공개적으로 프로퍼티

public geDateTime,Google.KML End
리턴 geDateTime