Skip to content

Commit

Permalink
Add VEvent.GetDtStampTime
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwarren committed Nov 8, 2023
1 parent ce8cff1 commit 0abebc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ func (event *VEvent) GetAllDayEndAt() (time.Time, error) {
return event.getTimeProp(ComponentPropertyDtEnd, true)
}

func (event *VEvent) GetDtStampTime() (time.Time, error) {
return event.getTimeProp(ComponentPropertyDtstamp, false)
}

type TimeTransparency string

const (
Expand Down

0 comments on commit 0abebc2

Please sign in to comment.